/
Mark a Vendor Invoice as Synchronized
Mark a Vendor Invoice as Synchronized
Use this method to mark Vendor Invoices as Synchronized with an external system.
Valid Tokens: Company.
Related Articles
-
Confirm POs from the Vendor Portal (Knowledge Base)
-
Purchase Order Management (Knowledge Base)
-
Upload Vendor Invoices to Komet Sales (Knowledge Base)
-
Approve Vendor Invoices (Knowledge Base)
-
Upload Vendor Invoices (Knowledge Base)
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.
{
"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.
{
"status": "1",
"message": "OK"
}
Peacock
, multiple selections available,
Related content
Get a detailed Invoice list
Get a detailed Invoice list
Read with this
Mark an Invoice as Synchronized
Mark an Invoice as Synchronized
More like this
Get an Invoice in PDF
Get an Invoice in PDF
Read with this
Add a Vendor Invoice to a Purchase Order
Add a Vendor Invoice to a Purchase Order
More like this
Mark an Invoice as Unsynchronized
Mark an Invoice as Unsynchronized
More like this
Confirm an Invoice
Confirm an Invoice
More like this