Update Financial Document Status
This service allows you to mark a financial document as sent or accepted.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | UpdatefinancialDocStatus | Required |
FinancialDocId | Int | Financial document id to be updated | Required |
IsAccepted | Bool | Send if document is to be marked as accepted | Required if IsSent not passed |
IsSent | Bool | Send if document is to be marked as sent | Required if IsAccepted not passed |
<### Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=updatefinancialdocstatus
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" } ] }