curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalCrossDockingShipmentPlanAPI/ListCrossDockingShipmentPlans' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchTerm": "string",
"searchValues": [
"string"
],
"clientCodes": [
"string"
],
"statuses": [
"string"
],
"isLabeledByWarehouse": true,
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z",
"shippedFrom": "2023-01-15T01:30:15.01Z",
"shippedTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"data": [
{
"code": "string",
"clientSpCode": "string",
"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",
"status": "string",
"totalCartons": 0,
"receivedCartons": 0,
"isLabeledByWarehouse": true,
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"receivedWarehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"expectedArrivalTime": "2023-01-15T01:30:15.01Z",
"shippedAt": "2023-01-15T01:30:15.01Z"
}
]
}