curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalCrossDockingShipmentPlanAPI/ListExternalCrossDockingShipmentPlans' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCodes": [
"string"
],
"receivedWarehouseCodes": [
"string"
],
"clientSpCodes": [
"string"
],
"codes": [
"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",
"clientSpCode": "string",
"receivedWarehouseCode": "string",
"status": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"fromAddress1": "string",
"fromAddress2": "string",
"fromCountry": "string",
"fromDivisionLevel1": "string",
"fromDivisionLevel2": "string",
"fromZipCode": "string",
"toAddress1": "string",
"toAddress2": "string",
"toCountry": "string",
"toDivisionLevel1": "string",
"toDivisionLevel2": "string",
"toZipCode": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"isLabeledByWarehouse": true,
"expectedArrivalTime": "2023-01-15T01:30:15.01Z",
"shippedAt": "2023-01-15T01:30:15.01Z",
"trackingService": "string",
"trackingUrl": "string"
}
]
}