AccountsPayableService

Manage accounts payable records.

Symitar eDocs References: Coming soon.

Operations

getVendor

post

Retrieves a vendor.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringRequired
Responses
post
/getVendor
200

Successful operation.

getVendorSelectFields

post

Retrieves a vendor with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getVendorSelectFields
200

Successful operation.

getVendorSelectFieldsFilterChildren

post

Retrieves a vendor with selected fields and filtered children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getVendorSelectFieldsFilterChildren
200

Successful operation.

getInvoice

post

Retrieves an invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoice
200

Successful operation.

getInvoiceSelectFields

post

Retrieves an invoice with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoiceSelectFields
200

Successful operation.

getInvoiceSelectFieldsFilterChildren

post

Retrieves an invoice with selected fields and filtered children.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoiceSelectFieldsFilterChildren
200

Successful operation.

getInvoicePagedList

post

Retrieves a paged list of invoices.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getInvoicePagedList
200

Successful operation.

getInvoiceListSelectFields

post

Retrieves a list of invoices with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getInvoiceListSelectFields
200

Successful operation.

searchInvoiceSelectFields

post

Searches invoices with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/searchInvoiceSelectFields
200

Successful operation.

getInvoicePagedListSelectFields

post

Retrieves a paged list of invoices with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getInvoicePagedListSelectFields
200

Successful operation.

searchInvoicePagedSelectFields

post

Searches invoices with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
QuerystringOptional
Responses
post
/searchInvoicePagedSelectFields
200

Successful operation.

getInvoiceNote

post

Retrieves a note associated with an invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
InvoiceNoteLocatorintegerOptional
Responses
post
/getInvoiceNote
200

Successful operation.

getInvoiceNoteSelectFields

post

Retrieves a note associated with an invoice with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
InvoiceNoteLocatorintegerOptional
Responses
post
/getInvoiceNoteSelectFields
200

Successful operation.

getInvoiceNotePagedList

post

Retrieves a paged list of invoice notes.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoiceNotePagedList
200

Successful operation.

getInvoiceNoteListSelectFields

post

Retrieves a list of invoice notes with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoiceNoteListSelectFields
200

Successful operation.

searchInvoiceNoteSelectFields

post

Searches invoice notes with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/searchInvoiceNoteSelectFields
200

Successful operation.

getInvoiceNotePagedListSelectFields

post

Retrieves a paged list of invoice notes with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/getInvoiceNotePagedListSelectFields
200

Successful operation.

searchInvoiceNotePagedSelectFields

post

Searches invoice notes with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
QuerystringOptional
Responses
post
/searchInvoiceNotePagedSelectFields
200

Successful operation.

getVendorFmHistoryPagedList

post

Retrieves a paged list of vendor FM history.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getVendorFmHistoryPagedList
200

Successful operation.

getVendorFmHistoryListSelectFields

post

Retrieves a list of vendor FM history with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getVendorFmHistoryListSelectFields
200

Successful operation.

searchVendorFmHistorySelectFields

post

Searches vendor FM history with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/searchVendorFmHistorySelectFields
200

Successful operation.

getVendorFmHistoryPagedListSelectFields

post

Retrieves a paged list of vendor FM history with selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/getVendorFmHistoryPagedListSelectFields
200

Successful operation.

searchVendorFmHistoryPagedSelectFields

post

Searches vendor FM history with pagination and selected fields.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
QuerystringOptional
Responses
post
/searchVendorFmHistoryPagedSelectFields
200

Successful operation.

updateVendorByID

post

Updates a vendor by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/updateVendorByID
200

Successful operation.

updateInvoiceByID

post

Updates an invoice by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
InvoiceLocatorintegerOptional
VendorNumberstringOptional
Responses
post
/updateInvoiceByID
200

Successful operation.

updateInvoiceNoteByID

post

Updates an invoice note by ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
InvoiceNoteLocatorintegerOptional
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/updateInvoiceNoteByID
200

Successful operation.

createVendor

post

Creates a new vendor.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
post
/createVendor
200

Successful operation.

createInvoice

post

Creates a new invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
Responses
post
/createInvoice
200

Successful operation.

createInvoiceNote

post

Creates a note for an invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/createInvoiceNote
200

Successful operation.

deleteVendor

post

Deletes a vendor.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringRequired
Responses
post
/deleteVendor
200

Successful operation.

deleteInvoice

post

Deletes an invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
Responses
post
/deleteInvoice
200

Successful operation.

deleteInvoiceNote

post

Deletes a note associated with an invoice.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
VendorNumberstringOptional
InvoiceLocatorintegerOptional
InvoiceNoteLocatorintegerOptional
Responses
post
/deleteInvoiceNote
200

Successful operation.

Last updated

Was this helpful?