Add or Update an Account Status
TODO: Write some information here about the method
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | AccountStatusSave | Required |
FileData | String | Account status data to be imported. | Required |
File Data Structure
Type | Field |
---|---|
String | accountRef |
Int | accountType |
String | contactGroup |
Double | accountBalance |
Int | status |
Double | creditLimit |
Short | paymentTerms |
String | contactExtraCurrency |
String | onStopReason |
Bool | V2 |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=accountstatussave
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" } ] }