/
Confirm an Invoice
Confirm an Invoice
Use this method to mark an Invoice as Confirmed in Komet Sales.
Valid Tokens: Company.
The system will confirm orders with Draft or Pending Approval status.
Related Articles
-
Allow to Decide How to Proceed Upon Confirmation (Knowledge Base)
-
Checkout an Invoice (API)
-
Confirm an Invoice (API)
-
Void an Invoice (API)
Request
URL: https://api.kometsales.com/api/invoice.confirm
Method: POST
Content-Type: application/JSON
Input Parameters
authenticationToken (required)(string:50)
Komet Sales security token.
invoiceNumber (required)(number:10)
Invoice number.
Do not include prefix characters such as 'W' or 'T'.
{
"authenticationToken": "token_info_goes_here",
"invoiceNumber": 212061
}
Response
status (integer:1)
Transaction status.
Valid values: 1 = Success | 0 = Failure
message (string:500)
Transaction status description.
{
"status": "1",
"message": "The invoice was successfully confirmed."
}
Peacock
, multiple selections available,
Related content
Update an Invoice Item
Update an Invoice Item
More like this
Update an Invoice
Update an Invoice
Read with this
Checkout an Invoice
Checkout an Invoice
More like this
Get a detailed Invoice list
Get a detailed Invoice list
Read with this
Mark a Vendor Invoice as Synchronized
Mark a Vendor Invoice as Synchronized
More like this
Get an Invoice list
Get an Invoice list
Read with this