Update a Customer
PUT
/Customer/{id}
Customers
id
in the endpoint pathRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/Customer/' \
--header 'Content-Type: application/json' \
--data-raw '{
"modifiedDate": "2026-02-21",
"customerID": "3033",
"customerName": "McClure and Sons",
"email": "Gertrude_Schuster@hotmail.com",
"phone": "(601) 214-2914",
"fax": "712-287-3173 x42028",
"priceZone": 973,
"test": true,
"placeholder": false,
"street1": "2886 N Poplar Street",
"street2": "350 Sauer Extensions",
"city": "Damianhaven",
"state": "Arizona",
"zipCode": "58192",
"allowanceGroup": "AG99",
"deliveryGroup": "4832",
"warehouseID": "WH9776",
"customerClassID": "O",
"orderPermissionKey": 3,
"primarySalesRep": "USER9913",
"salesReps": [
"USER8181",
"USER1807",
"USER7471"
],
"orderingGroups": [
{
"orderingGroupID": "OG9866",
"orderingGroupName": "Event Organizers",
"orderingSubGroupID": "9527",
"orderingSubGroupName": "Charlotte Abernathy",
"customers": [
"CUST2499",
"CUST6815",
"CUST3386"
]
}
],
"extra1": "281",
"extra2": "tgfsyp",
"extra3": "intranet",
"extra4": "pacemaker",
"extra5": "evince"
}'
Response Response Example
200 - Customer
{
"id": "4ddjf2",
"modifiedDate": "2026-02-21",
"customerID": "3033",
"customerName": "McClure and Sons",
"email": "Gertrude_Schuster@hotmail.com",
"phone": "(601) 214-2914",
"fax": "712-287-3173 x42028",
"priceZone": 973,
"test": true,
"placeholder": false,
"street1": "2886 N Poplar Street",
"street2": "350 Sauer Extensions",
"city": "Damianhaven",
"state": "Arizona",
"zipCode": "58192",
"allowanceGroup": "AG99",
"deliveryGroup": "4832",
"warehouseID": "WH9776",
"customerClassID": "O",
"orderPermissionKey": 3,
"primarySalesRep": "USER9913",
"salesReps": [
"USER8181",
"USER1807",
"USER7471"
],
"orderingGroups": [
{
"id": "6a6skk",
"orderingGroupID": "OG9866",
"orderingGroupName": "Event Organizers",
"orderingSubGroupID": "9527",
"orderingSubGroupName": "Charlotte Abernathy",
"customers": [
"CUST2499",
"CUST6815",
"CUST3386"
]
}
],
"extra1": "281",
"extra2": "tgfsyp",
"extra3": "intranet",
"extra4": "pacemaker",
"extra5": "evince"
}
Request
Path Params
id
stringÂ
required
Body Params application/json
Responses
Modified at 2025-05-12 18:42:22