Get the results of the stock balance report as an xlsx file
Body·
application/json
- Type: string | nullFormat: uuidclient
Partner Id The client partner to filter by
- Type: string | nullFormat: datecustom
Date Time The custom date and time the report should be run for
- Type: booleaninclude
Serials If the report should include serials
- Type: string | nullFormat: uuidpartner
Product Id The product to filter by
- Type: integerenumreport
Time Integer numbers.
values- Now = 1
- Custom = 2
- Type: string | nullFormat: uuidwarehouse
Id The warehouse to filter by
Responses
- 200
OK
Request Example for post/v1/reports/stock-balance/xlsx
curl https://api.consignlyhq.com/v1/reports/stock-balance/xlsx \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"reportTime": "enum (Now = 1, Custom = 2)",
"customDateTime": "datetime (YYYY-MM-DDTHH:MM:SSZ)",
"warehouseId": null,
"clientPartnerId": null,
"partnerProductId": null,
"includeSerials": true
}'
No Body