curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalCrossDockingShipmentPlanAPI/CreateCrossDockingShipmentPlan' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCode": "string",
"clientSpCode": "string",
"receivedWarehouseCode": "string",
"createdAt": "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"
}'{
"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"
}
}