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
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
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
post
/searchExternalAccountPagedSelectFields
200

Successful operation.

updateExternalAccountByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
ExternalAccountLocatorintegerOptional
AccountNumberstringOptional
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?