Get a List of Financial Documents with Line Items, without Synchronisation
Customers who do not use any financial integration may wish to retrieve details of invoices and line items without triggering any synchronisation updates or limiting the response with a synchronisation status.
Will not return invoices which have been cancelled or deleted.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | InvoicesWithItemsByPeriod | Required |
Start | DateTime | Specifies the start date from which financial documents will be retrieved, based on invoice creation date. | Required |
End | DateTime | Specifies the end date to which financial documents will be retrieved, based invoice creation date. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=invoiceswithitemsbyperiod
Response Data
{ "Code": 0, "Result": [ { "JourneyId": "12345", "StartTime": "2024-08-18T08:00:00Z", "EndTime": "2024-08-18T10:00:00Z", "StartLocation": "Location A", "EndLocation": "Location B", "Distance": 25.6, "Unit": "kilometers" } ] }