Skip to content


API - Usage Methods

CRM Methods

Sequoia v1.74

CreateCrmAccount

Creates a CRM Account record in Sequoia.

Payload Schema / Return value
Request: CrmAccount.xsd
Response (success): A string representing the short code of the CRM account record
Response (failure): See Error Reporting above

Notes
A shortcode for the account is mandatory when creating a CRM Account record.

Transactions
Transactions are supported by specifying a TransactionId on the request.

Sequoia v1.74

GetUniqueCrmAccount

Method to retrieve details of a CRM account record.

Payload Schema / Return value
Request: AccountIdentifier.xsd
Response (success): CrmAccount.xsd
Response (failure): See Error Reporting above
Sequoia v1.74

UpdateCrmAccount

Updates an existing CRM Account in Sequoia.

Payload Schema / Return value
Request: CrmAccount.xsd
Response (success): A string representing the account short code
Response (failure): See Error Reporting above

Notes
The shortcode is used to determine the Account to update.

Transactions
Transactions are supported by specifying a TransactionId on the request.