Remove a Nominal Code By Reference
This service allows deletion of nominal codes using the Remote System Nominal code reference, passed when the nominal code was imported, to identify the record for deletion.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | DeleteNominalCodeByRef | Required |
Reference | String(40) | Remote system nominal code reference | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=deletenominalcodebyref
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" } ] }