Get the results of the cycle count report as an xlsx file
Body·
application/json
- Type: string | nullFormat: uuidclient
Partner Id The client partner to filter by
- Type: stringFormat: datedate
From The start date in the cycle count date range
- Type: stringFormat: datedate
To The end date in the cycle count date range
- Type: boolean | nullis
Pickface If the report should show:
- When not set: Shows all locations
- When set to true: Shows only pickface locations
- When set to false: Shows only non-pickface location
- Type: string | nullFormat: uuidpartner
Product Id The product to filter by
- Type: booleanshow
Only Variance If the report should show only variance
- Type: string | nullFormat: uuidwarehouse
Id The warehouse to filter by
Responses
- 200
OK
Request Example for post/v1/reports/cycle-count/xlsx
curl https://api.consignlyhq.com/v1/reports/cycle-count/xlsx \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"dateFrom": "date (YYYY-MM-DD)",
"dateTo": "date (YYYY-MM-DD)",
"warehouseId": null,
"isPickface": null,
"clientPartnerId": null,
"partnerProductId": null,
"showOnlyVariance": true
}'
No Body