Get the results of the carrier charges report as an xlsx file

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

    The carrier partner to filter by

  • dateFrom
    Type: stringFormat: date

    The start date in the charge date range

  • dateTo
    Type: stringFormat: date

    The end date in the charge date range

Responses
  • 200

    OK

Request Example for post/v1/reports/carrier-charges/xlsx
curl https://api.consignlyhq.com/v1/reports/carrier-charges/xlsx \
  --request POST \
  --header 'Content-Type: application/json' \
  --data '{
  "dateFrom": "date (YYYY-MM-DD)",
  "dateTo": "date (YYYY-MM-DD)",
  "carrierPartnerId": null
}'
No Body