You are on page 1of 1

shippment:

{
"applicationId" : auto generation [input]
"organizationId" : Not in DO
"orderNo": DO,
"purchaseOrderNo": "DO
"deliveryNo": DO,
"invoiceNo": DO,
"customerId" : DO
"customerName": DO,
"scheuleDeliveryDate": DO
"deliveryDate": Input not from DO,
"billingAddress": DO,
"shippingAddress": input not from DO
"shipmentNo": DO,
"deliveryLocationId" : not in DO
"pickupLocationId": not in DO,
"numPackages" :input as number,
"shipItem": [
{
"uuid": auto generation uuid,
"line" : auto generated and showing read only,
"productId":from DO,
"itemId": from DO,
"itemName": from DO,
"locatorId": not from DO,
"quantityOrdered": from DO read only,
"availableQuantity": from DO read only,
"deliveredQuantity": input as number,
"deliveryBalance": from DO,
"uomId": from DO,
"uomName": from DO,
"shippingCharge": shipping charge and shipping charges in DO ?,
"storageBin":from DO,
"serialBatchId" : like uuid not from DO
},
{
"uuid": "0875ee20e33c11e9b9bbe33cda54f14e",
"line" : 20,
"productId": "4D6D918961A34CD9A0D9404AE0CC0FB9",
"itemId": "ES/0007",
"itemName": "Zumo de Naranja Bio 0,33L",
"locatorId": "76C401B9639A4A64ACED164700EC66D0",
"quantityOrdered": 50000,
"availableQuantity": 518501,
"deliveredQuantity": 1,
"deliveryBalance": 0,
"uomId": "100",
"uomName": "Unit",
"shippingCharge": 0,
"storageBin": "Rn-0-0-0",
"serialBatchId" : "64BC7DCB0CB541E8A51E6BE8F212B8EE"
}
]
}

You might also like