PayeeService

Display, create, revise, and delete payee information.

Symitar eDocs References: Coming soon.

Operations

getPayeeSelectFields

post

Retrieves selected fields of information for a payee.

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

Successful operation.

application/json
post
/getPayeeSelectFields
200

Successful operation.

updatePayeeByID

post

Updates information about a payee based on its ID.

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

Successful operation.

application/json
post
/updatePayeeByID
200

Successful operation.

createPayee

post

Adds a new payee.

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

Successful operation.

application/json
post
/createPayee
200

Successful operation.

deletePayee

post

Removes an existing payee.

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

Successful operation.

application/json
post
/deletePayee
200

Successful operation.

Last updated

Was this helpful?