API Docs / Schemas / AvailableClientDto

AvailableClientDto

A customer/client retrieved from a third-party accounting platform (Xero, QuickBooks, FreeAgent, etc.)
that is available to be imported into SodiumHQ as a client.
Shows the platform's data and indicates whether it has already been imported.

Properties

Name Type Description
externalIdstring

Platform-specific customer identifier (used to perform the import)

Platform-specific customer identifier (used to perform the import)

namestring

Customer/company name from the accounting platform

Customer/company name from the accounting platform

codestring

Customer code/reference from the accounting platform (if available)

Customer code/reference from the accounting platform (if available)

emailstring

Primary email address

Primary email address

phonestring

Primary phone number

Primary phone number

addressstring

Street address

Street address

citystring

City/town

City/town

postalCodestring

Postal/ZIP code

Postal/ZIP code

countrystring

Country

Country

isActiveboolean

Whether the customer is active in the accounting platform

Whether the customer is active in the accounting platform

contactCountinteger

Number of contacts associated with this customer in the accounting platform

Number of contacts associated with this customer in the accounting platform

importedAsCodeAndNameDto

JSON Example

{
  "externalId": "string",
  "name": "string",
  "code": "string",
  "email": "string",
  "phone": "string"
}

Contained in Schemas