Get the results of the location status report as an xlsx file
Body·
application/json
- Type: string | nullFormat: uuidwarehouse
Id The warehouse to filter by
- Type: boolean | nullwarehouse
Location Occupied Whether to only include occupied locations
Responses
- 200
OK
Request Example for post/v1/reports/location-status/xlsx
curl https://api.consignlyhq.com/v1/reports/location-status/xlsx \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"warehouseId": null,
"warehouseLocationOccupied": null
}'
No Body