curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalOutboundRequestAPI/ListOutboundRequests' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchTerm": "string",
"searchValues": [
"string"
],
"clientCodes": [
"string"
],
"clientPlatformCodes": [
"string"
],
"statuses": [
"string"
],
"orTypes": [
"string"
],
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"data": [
{
"code": "string",
"clientOrCode": "string",
"orType": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"status": "string",
"totalAmount": 0,
"totalItemQuantity": 0,
"totalItemPackedQuantity": 0,
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"clientPlatformCode": "string",
"cancelReason": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"trackingService": "string",
"trackingUrl": "string",
"shippingLabelUrl": "string",
"clientRefCode": "string",
"isLabeledByWarehouse": true,
"spCode": "string",
"clientSpCode": "string",
"clientShipmentCartonCode": "string",
"trackingCarrierName": "string",
"trackingServiceName": "string",
"packingEvidenceUrl": "string"
}
]
}