ExternalAccount

Perform various operations on external account records.

Symitar eDocs References: Coming soon.

Operations

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.

getExternalAccountPagedListSelectFields

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

Successful operation.

application/json
post
/getExternalAccountPagedListSelectFields
200

Successful operation.

searchExternalAccountPagedSelectFields

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

Successful operation.

application/json
post
/searchExternalAccountPagedSelectFields
200

Successful operation.

updateExternalAccountByID

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

Successful operation.

application/json
post
/updateExternalAccountByID
200

Successful operation.

createExternalAccount

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

Successful operation.

application/json
post
/createExternalAccount
200

Successful operation.

deleteExternalAccount

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

Successful operation.

application/json
post
/deleteExternalAccount
200

Successful operation.

Last updated

Was this helpful?