Create a new Customer
POST
/Customer
Customers
The following must be imported or configured before assigning:
AllowanceGroup
CustomerClass
DeliveryGroup
OrderPermission
OrderingGroup
createMissingOrderingGroups = true
will auto-create ordering groups as neededSalesRep
Warehouse
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/Customer?createMissingOrderingGroups' \
--header 'Content-Type: application/json' \
--data-raw '{
"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": [
{
"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"
}'
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
Query Params
createMissingOrderingGroups
booleanÂ
optional
Body Params application/json
Responses
Modified at 2025-05-20 19:25:16