Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Use this method to mark an Invoice as Confirmed in Komet Sales.

Tip

Valid Tokens: Company.

The system will confirm orders with Draft or Pending Approval status.


Filter by label (Content by label)
showLabelsfalse
max5
sorttitle
titleRelated Articles
cqllabel in ( "invoice" , "confirm-invoice" , "invoice-status" )
labelsinvoice invoice-status confirm-invoice


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'.


Code Block
{
   "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.


Code Block
{
   "status": "1",
   "message": "The invoice was successfully confirmed."
}

We've encountered an issue exporting this macro. Please try exporting this page again later.