/
Add an Additional Charge
Add an Additional Charge
Use this method to add a new Additional Invoice Charge to your Company. You can also see these Additional Charges in the Order Entry Settings.
Valid Tokens: Company.
Related Articles
-
Add an Additional Charge (API)
-
Add or Edit Additional Charges (Knowledge Base)
-
-
Additional Charges - Purchase Orders (Knowledge Base)
-
Additional Charges Distribution (Knowledge Base)
Request
URL: https://api.kometsales.com/api/additional.charge.add
Method: POST
Content-Type: application/JSON
Input Parameters
authenticationToken (required)(string:50)
Komet Sales security token.
name (required)(string:200):
Name of the Additional Charge.
code (optional)(string:10)
Additional Charge code.
{
"authenticationToken": "token_info_goes_here",
"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
, multiple selections available,
Related content
Company Token Methods
Company Token Methods
Read with this
Update an Additional Charge
Update an Additional Charge
More like this
Add or Update an Additional Charge for a Customer
Add or Update an Additional Charge for a Customer
More like this
Add Automatic Additional Charges
Add Automatic Additional Charges
More like this
Update Automatic Additional Charges
Update Automatic Additional Charges
More like this
Add a Vendor Invoice to a Purchase Order
Add a Vendor Invoice to a Purchase Order
More like this