getCustomersByPage

Retrieve customer account details by pageNumber.
Use to retrieve data in smaller chunks.

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.

int32
Defaults to 1

Retrieve one or more records by pageNumber.
Use to retrieve data in smaller chunks.
If left blank, the default is 1.

int32

Number of items to display per page.

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
object
customerDetails
array of objects
customerDetails
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

boolean
int32

Language