Remove a Predefined Item
Remove a predefined item by Id or reference.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | DeletePredefinedInvItem | Required |
InvoiceDefaultId | Int | The predefined item Id. | Required |
InvoiceDefaultReference | String | The reference of the predefined item. | Required |
note
Supply either InvoiceDefaultId ot InvoiceDefaultReference.
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=deletepredefinedinvitem
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" } ] }