POST api/customer
Request Information
URI Parameters
None.
Body Parameters
CustomerGuestUpdateInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Address | string |
None. |
|
| Address2 | string |
None. |
|
| City | string |
None. |
|
| StateId | string |
None. |
|
| Zip | string |
None. |
|
| ZipExtension | string |
None. |
|
| Phone | string |
None. |
|
| CellPhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| string |
None. |
||
| Sex | character |
None. |
|
| CustomerContacts | Collection of CustomerContactInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentId": "8bc7bdc3-6988-4677-92cb-2319aacbdcc3",
"CustomerId": "afffa231-737b-43d5-a722-963a0457a780",
"Address": "sample string 1",
"Address2": "sample string 2",
"City": "sample string 3",
"StateId": "sample string 4",
"Zip": "sample string 5",
"ZipExtension": "sample string 6",
"Phone": "sample string 7",
"CellPhone": "sample string 8",
"WorkPhone": "sample string 9",
"EMail": "sample string 10",
"Sex": "A",
"CustomerContacts": [
{
"CustomerContactId": "b56f30d8-37b6-4e8e-bbd9-1f2d724b9231",
"CustomerId": "e2a711cc-f399-4ce6-a679-43d07759f90b",
"Name": "sample string 3",
"Relationship": "sample string 4",
"Phone1": "sample string 5",
"Phone2": "sample string 6",
"Phone3": "sample string 7",
"Email": "sample string 8",
"IsParentOrGuardian": true,
"IsSignatureOnFile": true,
"IsEmergencyContact": true,
"IsPrimaryEmergencyContact": true,
"IsPickupAuthorized": true,
"Order": 14,
"LastModified": "2026-07-31T14:36:39.5522445-07:00",
"LastModifiedBy": "sample string 16"
},
{
"CustomerContactId": "b56f30d8-37b6-4e8e-bbd9-1f2d724b9231",
"CustomerId": "e2a711cc-f399-4ce6-a679-43d07759f90b",
"Name": "sample string 3",
"Relationship": "sample string 4",
"Phone1": "sample string 5",
"Phone2": "sample string 6",
"Phone3": "sample string 7",
"Email": "sample string 8",
"IsParentOrGuardian": true,
"IsSignatureOnFile": true,
"IsEmergencyContact": true,
"IsPrimaryEmergencyContact": true,
"IsPickupAuthorized": true,
"Order": 14,
"LastModified": "2026-07-31T14:36:39.5522445-07:00",
"LastModifiedBy": "sample string 16"
}
]
}
application/xml, text/xml
Sample:
<CustomerGuestUpdateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Models.Api">
<Address>sample string 1</Address>
<Address2>sample string 2</Address2>
<CellPhone>sample string 8</CellPhone>
<City>sample string 3</City>
<CustomerContacts>
<CustomerContactInfo>
<CustomerContactId>b56f30d8-37b6-4e8e-bbd9-1f2d724b9231</CustomerContactId>
<CustomerId>e2a711cc-f399-4ce6-a679-43d07759f90b</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2026-07-31T14:36:39.5522445-07:00</LastModified>
<LastModifiedBy>sample string 16</LastModifiedBy>
<Name>sample string 3</Name>
<Order>14</Order>
<Phone1>sample string 5</Phone1>
<Phone2>sample string 6</Phone2>
<Phone3>sample string 7</Phone3>
<Relationship>sample string 4</Relationship>
</CustomerContactInfo>
<CustomerContactInfo>
<CustomerContactId>b56f30d8-37b6-4e8e-bbd9-1f2d724b9231</CustomerContactId>
<CustomerId>e2a711cc-f399-4ce6-a679-43d07759f90b</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2026-07-31T14:36:39.5522445-07:00</LastModified>
<LastModifiedBy>sample string 16</LastModifiedBy>
<Name>sample string 3</Name>
<Order>14</Order>
<Phone1>sample string 5</Phone1>
<Phone2>sample string 6</Phone2>
<Phone3>sample string 7</Phone3>
<Relationship>sample string 4</Relationship>
</CustomerContactInfo>
</CustomerContacts>
<CustomerId>afffa231-737b-43d5-a722-963a0457a780</CustomerId>
<EMail>sample string 10</EMail>
<ParentId>8bc7bdc3-6988-4677-92cb-2319aacbdcc3</ParentId>
<Phone>sample string 7</Phone>
<Sex>65</Sex>
<StateId>sample string 4</StateId>
<WorkPhone>sample string 9</WorkPhone>
<Zip>sample string 5</Zip>
<ZipExtension>sample string 6</ZipExtension>
</CustomerGuestUpdateInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Object |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.