Retrieve an invoice report in the designated format

Retrieve an invoice report in the designated format

Securityapi_key or session_token
Request
query Parameters
format
string (FormatEnum)
Default: "CSV"

The format of the report. CSV is the default. Valid values are: CSV

Enum: "" "CSV"
Responses
200

An invoice report

401

API key is missing or invalid

403

Request is completely forbidden. API not provided or method and or endpoint not supported

404

404 Not found

429

429 too many requests response

500

Service Error

default

unexpected error response

get/invoice/report
Request samples
Response samples
application/json
{
  • "code": "Success",
  • "message": "string",
  • "invoice_report": {
    }
}
Copyright © RoadSync 2023. All right reserved.