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

ExternalAccount

Perform various operations on external account records.

Symitar eDocs References: Coming soon.

Operations

getExternalAccount

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

Successful operation.

application/json
post/getExternalAccount
200

Successful operation.

getExternalAccountSelectFields

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

Successful operation.

application/json
post/getExternalAccountSelectFields
200

Successful operation.

getExternalAccountPagedList

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

Successful operation.

application/json
TokenstringOptional
post/getExternalAccountPagedList
200

Successful operation.

getExternalAccountListSelectFields

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

Successful operation.

application/json
post/getExternalAccountListSelectFields
200

Successful operation.

searchExternalAccountSelectFields

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

Successful operation.

application/json
post/searchExternalAccountSelectFields
200

Successful operation.

getExternalAccountPagedListSelectFields

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

Successful operation.

application/json
TokenstringOptional
post/getExternalAccountPagedListSelectFields
200

Successful operation.

searchExternalAccountPagedSelectFields

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

Successful operation.

application/json
TokenstringOptional
post/searchExternalAccountPagedSelectFields
200

Successful operation.

updateExternalAccountByID

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

Successful operation.

post/updateExternalAccountByID
200

Successful operation.

createExternalAccount

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

Successful operation.

post/createExternalAccount
200

Successful operation.

deleteExternalAccount

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

Successful operation.

post/deleteExternalAccount
200

Successful operation.

Last updated

Was this helpful?