ERPSpan docs

customers

The `customers` object — endpoints, fields, and filters.

List customers

Endpoints

  • GET /v1/customers — list (keyset-paginated)
  • GET /v1/customers/{id} — get one

Fields

FieldTypeNullable
idstringno
namestringyes
statementNamestringyes
shortNamestringyes
classIdstringyes
contactPersonstringyes
primaryAddressCodestringyes
paymentTermsIdstringyes
salespersonIdstringyes
salesTerritoryIdstringyes
currencyIdstringyes
creditLimitstringyes
phonestringyes
taxScheduleIdstringyes
inactivebooleanno
holdbooleanno
createdAtstringyes
modifiedAtstringyes

Filters

FilterType
qstring
classIdstring
inactiveboolean
updatedSincestring (date-time)

On this page