Versions Compared

Key

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

Use this method to mark Vendor Invoices as Synchronized with an external system. 

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "vendors" , "vendor-invoices" )

Request


URL: https://api.kometsales.com/api/vendor.invoice.mark.sync

Method: POST

Content-Type: application/JSON


Header

authenticationToken (required)(string:50)

Komet Sales security token.


Input Parameters

poNumber (required)(string:10)

Purchase Order number.


invoiceNumber (required)(string:10)

Vendor Invoice number.


Code Block
{
  "authenticationToken": "token_info_goes_here",
  "poNumber": "P040989",
  "invoiceNumber": "FB00223"
}

Response


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


Code Block
{
    "status": "1",
    "message": "OK"
}
We've encountered an issue exporting this macro. Please try exporting this page again later.