curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalHandoverSessionAPI/ListHandoverSessions' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"searchValues": [
"string"
],
"carrierCodes": [
"string"
],
"serviceCodes": [
"string"
],
"statuses": [
"open"
],
"createdAtFrom": "2023-01-15T01:30:15.01Z",
"createdAtTo": "2023-01-15T01:30:15.01Z",
"closedAtFrom": "2023-01-15T01:30:15.01Z",
"closedAtTo": "2023-01-15T01:30:15.01Z"
},
"sortBy": "SORT_BY_UNSPECIFIED",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"code": "string",
"carrierCode": "string",
"serviceCode": "string",
"status": "open",
"warehouseCode": "string",
"closedAt": "2023-01-15T01:30:15.01Z",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"itemCount": 0,
"orderCount": 0,
"createdBy": {
"id": 0,
"username": "string",
"fullName": "string"
},
"closedBy": {
"id": 0,
"username": "string",
"fullName": "string"
}
}
]
}