{
"orders":
[
{
"type": "ReceivingOrder",
"project": "DAD",
"ref_number": "apitest107",
"ref_type": "inb",
"ship_from": "api from address 01",
"departrue_date": "20220212",
"ship_to": "api to address 001",
"delivery_date": "20220305",
"order_lines":
[
{
"line_number": "10",
"item_code": "6922266446146",
"quantity": 102,
"unit": "CT",
"lot_attributes":
["PackDate:20200703", "ExpiryDate:20230703"]
}
]
},
{
"type": "ShippingOrder",
"project": "DAD",
"ref_number": "apitest106",
"ref_type": "SalesOrd",
"ship_from": "api from address 01",
"departrue_date": "20220212",
"ship_to": "api to address 001",
"delivery_date": "20220305",
"order_lines":
[
{
"line_number": "10",
"item_code": "6922266446146",
"quantity": 102,
"unit": "CT",
"lot_attributes":
["PackDate:20200703", "ExpiryDate:20230703"]
}
]
}
]
}
{
"message": "orders created: 2, updated: 0"
}