Invoices
Add or update miscellaneous charges in Invoice
Add or update miscellaneous charges in Invoice
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"ACC001"
Body
application/json
Payload to update custom line items
Payload to update custom line items
Miscellaneous charges are the charges that can be added to the invoice. A charge must either have rate and quantity or value. In case of rate and quantity, the value must not be provided as it is automatically calculated as (rate * quantity).
Response
200
application/json
Response for Miscellaneous Charges Request
Miscellaneous charges response
Miscellaneous charges are the charges that can be added to the invoice. A charge must either have rate and quantity or value. In case of rate and quantity, the value must not be provided as it is automatically calculated as (rate * quantity).