curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalPurchaseOrderAPI/ListPurchaseOrders' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCodes": [
"string"
],
"statuses": [
"string"
],
"clientVendorCodes": [
"string"
],
"codes": [
"string"
],
"clientPoCodes": [
"string"
],
"warehouseCodes": [
"string"
],
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z",
"updatedFrom": "2023-01-15T01:30:15.01Z",
"updatedTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"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"
}
]
}
]
}