For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account

Perform various operations on account records.

Symitar eDocs References: Coming soon.

Operations

getAccount

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

Successful operation.

application/json
post/getAccount
200

Successful operation.

getAccountSelectFields

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

Successful operation.

application/json
post/getAccountSelectFields
200

Successful operation.

getAccountSelectFieldsFilterChildren

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

Successful operation.

application/json
post/getAccountSelectFieldsFilterChildren
200

Successful operation.

updateAccountByID

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

Successful operation.

application/json
post/updateAccountByID
200

Successful operation.

createAccount

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

Successful operation.

application/json
AccountNumberstringOptional
post/createAccount
200

Successful operation.

Last updated

Was this helpful?