Get the results of the pickface exception report as an xlsx file
Body·
application/json
- Type: string | nullFormat: uuidclient
Partner Id The client to filter by
- Type: string | nullFormat: uuidpartner
Product Id The product to filter by
- Type: string | nullFormat: uuidwarehouse
Id The warehouse to filter by
Responses
- 200
OK
Request Example for post/v1/reports/pickface-exception/xlsx
curl https://api.consignlyhq.com/v1/reports/pickface-exception/xlsx \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"warehouseId": null,
"clientPartnerId": null,
"partnerProductId": null
}'
No Body