...
Code Block | ||
---|---|---|
| ||
{ "asnCode": "ASN123", "orderCode": "ORD456", "locationCode": "LOC789", "boxes": [ { "boxCode": "BOX001", "boxType": "CDCROSS_DOCK", "items": [ { "itemCode": "ITEM001", "channelSkuCode": "SKU001", "externalBatchCode": "BATCH123", "mfgDate": "2023-07-25T10:00:00Z", "expiryDate": "2023-12-31T23:59:59Z" }, { "itemCode": "ITEM002", "channelSkuCode": "SKU002", "externalBatchCode": "BATCH456", "mfgDate": "2023-06-15T09:30:00Z", "expiryDate": "2023-11-30T23:59:59Z" } ] }, { "boxCode": "BOX002", "boxType": "NCDSTORAGE", "items": [ { "itemCode": "ITEM003", "channelSkuCode": "SKU003", "externalBatchCode": "BATCH789", "mfgDate": "2023-08-05T12:15:00Z", "expiryDate": "2024-03-31T23:59:59Z" } ] } ] } |
...