getAllCustomers

Retrieve a list of customer account details.
Retrieve one customer's account details using customerAccountNumber and customerCode.

Log in to see full request history
Query Params
boolean

Use true to retrieve only active Customers.

string

The Account Number associated with the Customer.

string

The Code that identifies the Customer in Crunchtime.

string

The Code that identifies the Location in Crunchtime.

boolean

Specify 'true' to output null data elements.

Headers
string
required

Secure token for API authentication.

string
required

Password for the Crunchtime Application User.

string
required

Crunchtime site identifier. (test or production)

string
required

User ID for the Crunchtime Application User.

string

Optional trace identifier for troubleshooting.

Responses

Response body
array of objects
object
customerDetailDetails
array of objects
customerDetailDetails
object
string

"activeFlag" from Customer

string
required

"address1" from Customer

string

"address2" from Customer

string
required

"city" from Customer

string
required

"country" from Customer

string

"customerAccountNumber" from Customer

string
required

"customerCode" from Customer

string
required

"customerName" from Customer

string

"exportCode" from Customer

string

"importCode" from Customer

string
required

"locationCode" from Customer

string

"retailPricing" from Customer

string

"state" from Customer

string
required

"supplyPricing" from Customer

string

"zipcode" from Customer

Language