/
Update an Additional Charge

Update an Additional Charge

Use this method to update an existing Additional Charge from an Invoice in Komet Sales.

Valid Tokens: Company.


Request


URL: https://api.kometsales.com/api/additional.charge.update

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


additionalChargeId (required)(integer:20)

Komet Sales Additional Charge internal ID you want to update.

You can get this value from the additional.charge.list API method.


name (optional)(string:200)

Additional Charge name.


code (optional)(string:10)

Additional Charge code.


active (optional)(boolean:1)

If the customer is active.

Valid values: 1 = Active | 0 = Inactive


{ "authenticationToken": "token_info_goes_here", "additionalChargeId": 234234, "name": "Fuel Surcharge", "code": "FS" }

Response


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


additionalChargeId (integer:20)

Komet Sales Internal Additional Charge ID.


{ "status": "1", "message": "The additional charge was successfully saved.", "additionalChargeId": 234234 }

Peacock

Related content

Add or Update an Additional Charge for a Customer
Add or Update an Additional Charge for a Customer
More like this
Add an Additional Charge
Add an Additional Charge
More like this
Update Automatic Additional Charges
Update Automatic Additional Charges
More like this
Update an Invoice Item
Update an Invoice Item
More like this
Update an Invoice
Update an Invoice
More like this
Add Automatic Additional Charges
Add Automatic Additional Charges
More like this