get https://webservices-test.net-chef.com/customer/v1/getCustomersByPage
Retrieve customer account details by pageNumber
.
Use to retrieve data in smaller chunks.
Log in to see full request history
Responses
Retrieve customer account details by pageNumber
.
Use to retrieve data in smaller chunks.
xxxxxxxxxx
curl --request GET \
--url 'https://webservices-test.net-chef.com/customer/v1/getCustomersByPage?pageNumber=1' \
--header 'accept: application/json'
xxxxxxxxxx
27}
{
"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",
"locationCode": 123456,
"retailPricing": "STAN",
"state": "IN",
"supplyPricing": "COST PLUS",
"zipcode": "02114"
}
]
}
],
"hasNext": true,