getCustomersByPage
Retrieve customer account details by pageNumber. Use to retrieve data in smaller chunks.
Query parameters
Use true to retrieve only active Customers.
The Account Number associated with the Customer.
The Code that identifies the Customer in Crunchtime.
The Code that identifies the Location in Crunchtime.
Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.
Number of items to display per page.
Specify 'true' to output null data elements.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"customerDetails": [
{
"customerDetailDetails": [
{
"activeFlag": "Y",
"address1": "100 Main Street1",
"address2": "100 Main Street2",
"city": "BOSTON",
"country": "USA",
"customerAccountNumber": "860 536-4589 428",
"customerCode": "030292",
"customerName": "Melissa's Vendor",
"exportCode": "EXP1",
"importCode": "new_imp_code1",
"retailPricing": "STAN",
"state": "IN",
"supplyPricing": "COST PLUS",
"zipcode": "02114"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.