Logistics
Receipt Order

CREATE Receipt Order

messageType: logistics.receiptOrder

Create receipt orders in logistics management system.

Filename format: location>_<operative>_<YYYYMMDD>_<uniqueId>.<extensions

Sample files

{
	"messageHeader":{...},
	"receiptOrder":{...}
}

PropertyTypeMandatoryDescription
messageHeaderMessageHeaderMMessage header information
receiptOrderReceiptOrderMReceipt order

ReceiptOrder

"..." : {
	"warehouse": {...},
	"customerReference1": "AB-123456",
	"customerReference1": "",
	"supplierCode": "SUP44",
	"supplierReference": "9997-SP",
	"forwarderCode": "56435",
	"forwarderReference": "974-456",
	"comment": "Glass - Fragile!",
	"receiverCode": "S-845",
	"positions": [{...}],
}
PropertyTypeLengthMandatoryDescription
warehouseWarehouseMWarehouse information
customerReference1String35Mcustomer reference 1
customerReference2String35Ocustomer reference 2
supplierCodeString13OWMS supplier code (Default: if not specified the warehouse/operative is taken)
supplierReferenceString35OReference of supplier
forwarderCodeString13OWMS forwarder code
forwarderReferenceString35OReference of forwarder
commentString60OComments to the receipt order
receiverCodeString13OWMS receiver code, if the goods receiver is already known
positionsArray[ReceiptOrderPosition]MReceipt order positions

ReceiptOrderPosition

"...": {
		"clientPositionNumber": "010",
		"quantity": 8,
		"itemCode": "ART-8456",
		"batchNumber": "1654863",
		"allocationNumber": "44",
		"customsReference": "576438",
		"packagingType": "PAL",
		"mheReference": "SSCC-Number",
		"blockReason": "QLT",
		"productionDate": {...},
		"bestBeforeDate": {...},
	}
PropertyTypeLengthMandatoryDescription
clientPositionNumberString5OPosition number from customer
itemCodeString20MItem number defined in item master database,no leading spaces
quantityInteger10MQuantity in pieces (packing unit,smallest unit)
batchNumberString35OBatch number
allocationNumberString35OAllocation number, if item is reserved for a project for example
customsReferenceString35OCustoms tariff code
packagingTypeString3OPacking unit e.g. PAL, Needs to be aligned with the operational business contact.
mheReferenceString35OReference MHE (=Mechanical Handling Equipment), e.g. SSCC-Number
blockReasonString3OReason for block QLT Quality check, GW Locked goods (damage)
productionDateApiDateOProduction date (if applicable to item), time is not used
bestBeforeDateApiDateOGoods expiration date (if applicable to item), time is not used