{
"data": {
"code": "string",
"clientCode": "string",
"warehouseCode": "string",
"clientVendorCode": "string",
"status": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"totalQuantity": 0,
"totalReceivedQuantity": 0,
"totalAmount": {
"currencyCode": "string",
"units": 0,
"nanos": 0
},
"clientPoCode": "string",
"items": [
{
"clientSku": "string",
"clientProductName": "string",
"quantity": 0,
"receivedQuantity": 0,
"unitPrice": {
"currencyCode": "string",
"units": 0,
"nanos": 0
},
"uom": "string"
}
]
}
}