curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalPurchaseRequisitionAPI/ListPurchaseRequisitions' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchTerm": "string",
"searchValues": [
"string"
],
"clientCodes": [
"string"
],
"teamCodes": [
"string"
],
"statuses": [
"string"
],
"createdFrom": "2023-01-15T01:30:15.01Z",
"createdTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"code": "string",
"team": {
"id": 0,
"code": "string",
"name": "string"
},
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"status": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z"
}
]
}