AccountsPayableService

Manage accounts payable records.

Symitar eDocs References: Coming soon.

Operations

getVendorSelectFields

post

Retrieves a vendor with selected fields.

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

Successful operation.

application/json
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
200

Successful operation.

application/json
post
/getVendorSelectFieldsFilterChildren
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
200

Successful operation.

application/json
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
200

Successful operation.

application/json
post
/getInvoiceSelectFieldsFilterChildren
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
200

Successful operation.

application/json
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
Responses
200

Successful operation.

application/json
post
/searchInvoicePagedSelectFields
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
200

Successful operation.

application/json
post
/getInvoiceNoteSelectFields
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
200

Successful operation.

application/json
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
Responses
200

Successful operation.

application/json
post
/searchInvoiceNotePagedSelectFields
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
200

Successful operation.

application/json
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
Responses
200

Successful operation.

application/json
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
200

Successful operation.

application/json
post
/updateVendorByID
200

Successful operation.

updateInvoiceByID

post

Updates an invoice by ID.

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

Successful operation.

application/json
post
/updateInvoiceByID
200

Successful operation.

updateInvoiceNoteByID

post

Updates an invoice note by ID.

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

Successful operation.

application/json
post
/updateInvoiceNoteByID
200

Successful operation.

createVendor

post

Creates a new vendor.

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

Successful operation.

application/json
post
/createVendor
200

Successful operation.

createInvoice

post

Creates a new invoice.

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

Successful operation.

application/json
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
200

Successful operation.

application/json
post
/createInvoiceNote
200

Successful operation.

deleteVendor

post

Deletes a vendor.

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

Successful operation.

application/json
post
/deleteVendor
200

Successful operation.

deleteInvoice

post

Deletes an invoice.

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

Successful operation.

application/json
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
200

Successful operation.

application/json
post
/deleteInvoiceNote
200

Successful operation.

Last updated

Was this helpful?