Get the results of the consignment consumables report as an xlsx file
Body·
application/json
- Type: string | nullFormat: uuidclient
Partner Id The client partner to filter by
- Type: integerenumconsignment
Type Integer numbers.
values- Point
To Point = 0 - Inwards = 1
- Outwards = 2
- Type: array string[]consumable
Type Ids The consumable types to filter by
- Type: stringFormat: datedate
From The start date in the consignment date range
- Type: stringFormat: datedate
To The end date in the consignment date range
- Type: string | nullFormat: uuidwarehouse
Id The warehouse to filter by
Responses
- 200
OK
Request Example for post/v1/reports/consignment-consumables/xlsx
curl https://api.consignlyhq.com/v1/reports/consignment-consumables/xlsx \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"dateFrom": "date (YYYY-MM-DD)",
"dateTo": "date (YYYY-MM-DD)",
"consignmentType": "enum (PointToPoint = 0, Inwards = 1, Outwards = 2)",
"clientPartnerId": null,
"warehouseId": null,
"consumableTypeIds": [
""
]
}'
No Body