Send a Financial Document
This service allows you to send a Financial Document to the Contacts’ primary person on the financial document.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | FinancialDocSend | Required |
DocId | int | Document Id. | Required |
DocRef | string | Document reference. | Required |
ReturnType | int | Sets how the result value is constructed, 0=simple string, 1 = use OutputFormat (ie JSON, XML). | Optional |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=financialdocsend
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" } ] }