curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalWorkorderAPI/ListWorkorders' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"codes": [
"string"
],
"statuses": [
"string"
],
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"data": [
{
"code": "string",
"totalItemQuantity": 0,
"totalItemPackedQuantity": 0,
"totalOutboundRequests": 0,
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"status": "string",
"itemPickingListUrl": "string",
"outboundRequestPickingListUrl": "string",
"outboundRequestListUrl": "string",
"note": "string",
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
}
}
]
}