Skip to content
Developerhome
Sage Network API

SfCustomerRequest

  Less than to read

API version of CustomerRequest

Required Fields

externalId

string, 1-36 characters

The external identifier of this customer.

Optional Fields

country

string, nullable, max 3 characters

Country (based on 3-char ISO/DI-3166 country code)

currency

string, nullable, max 3 characters

Currency of the customer account as an ISO 4217 currency code.

firstName

string, nullable, max 150 characters

The first name of the customer.

lastName

string, nullable, max 150 characters

The last name of the customer.

companyName

string, nullable, max 250 characters

The name of the company if this customer is a company.

emailAddress

email, nullable, max 255 characters

The email address of the customer. If an empty string, this will be mapped to null.

contactTelNo

string, nullable

The telephone number of the customer.

taxNumber

string, nullable, max 30 characters

The tax number for the customer; this may be a VAT number for a company, or some other form of ID number for an individual.

address

Address, nullable

Address of a Company, Provider or Customer. All fields are optional; without address line 1, city or country some operations may not be supported.