Authorization: Bearer ********************{
"suppliesName": "string",
"suppliesType": "string",
"storageLocation": "string",
"suppliesStatus": "string",
"skipCount": 0,
"maxResultCount": 1
}curl --location --request POST '/api/services/app/emergencyCommand/emergencySupplies/getAll' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"suppliesName": "string",
"suppliesType": "string",
"storageLocation": "string",
"suppliesStatus": "string",
"skipCount": 0,
"maxResultCount": 1
}'{
"totalCount": 0,
"items": [
{
"suppliesName": "string",
"specifications": "string",
"quantity": 0,
"measurementUnit": "string",
"suppliesType": "2c9a6f1e-9d7b-43d3-aa11-c0e97d6544d9",
"suppliesTypeName": "string",
"suppliesStatus": "1",
"responsiblePerson": "string",
"telephone": "string",
"storageLocation": "bba9e94f-fd31-488b-9a6a-58f49cb1193e",
"storageLocationName": "string",
"creationTime": "2019-08-24T14:15:22.123Z",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}