Get the results of the location status report as an xlsx file

Body·
application/json
  • warehouseId
    Type: string | nullFormat: uuid

    The warehouse to filter by

  • warehouseLocationOccupied
    Type: boolean | null

    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