Add or Update a Tax Code
If an existing tax code is submitted the existing record will be updated, based upon the code element. Otherwise a new record will be created.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ImportTaxCodes | Required |
- POST Data Parameters
Name | Type | Description | Note |
---|---|---|---|
Code | String(10) | Tax code | Required |
Rate | Decimal(5,2) | Tax code rate | Required |
Description | String(100) | Description associated with nominal code | Required, however empty field is acceptable |
Reference | String(40) | Remote system Nominal code reference | Required, however empty field is acceptable |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=importtaxcodes
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" } ] }