Retrieve a specific Customer by ID
GET
/Customer/{id}
Customers
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/Customer/?showSecondarySalesReps'
Response Response Example
200 - Customer
{
"id": "jggkh3",
"modifiedDate": "2025-07-28",
"customerID": "5041",
"customerName": "Pfeffer Group",
"email": "Merritt.Monahan54@yahoo.com",
"phone": "(879) 746-5156",
"fax": "305-476-4677 x559",
"priceZone": 702,
"test": false,
"placeholder": false,
"street1": "2519 Kshlerin Track",
"street2": "992 W Jefferson Street",
"city": "Rebecaland",
"state": "North Dakota",
"zipCode": "27667-9860",
"allowanceGroup": "AG88",
"deliveryGroup": "0940",
"warehouseID": "WH7558",
"customerClassID": "H",
"orderPermissionKey": 3,
"primarySalesRep": "USER2791",
"salesReps": [
"USER2960",
"USER1243"
],
"orderingGroups": [
{
"id": "6dga8j",
"orderingGroupID": "OG0849",
"orderingGroupName": "Franchise Networks",
"orderingSubGroupID": "6287",
"orderingSubGroupName": "Erma Sporer",
"customers": [
"CUST2113",
"CUST9761",
"CUST7217"
]
}
],
"extra1": "472",
"extra2": "7mwek4",
"extra3": "throughput",
"extra4": "e-mail",
"extra5": "imaginative"
}
Request
Path Params
id
stringÂ
required
Query Params
showSecondarySalesReps
booleanÂ
optional
Default:
false
Responses
Modified at 2025-05-11 00:15:19