Remove a Nominal Code
This service allows deletion of nominal codes using the similar parameters to ImportNominalCodes, passing 'account', 'cost centre' and 'department' details which are then concatenated and used to lookup the code to be deleted.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | DeleteNominalCode | Required |
Account | String(8) | Nominal code account. | Required |
CostCentre | String(3) | Nominal code cost centre. | Required, empty field is acceptable |
Department | String(3) | Nominal code department. | Required, empty field is acceptable |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=deletenominalcode
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" } ] }