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": "1c31dd7e-87e7-409b-868f-4598a597bb6c",
"CustomerId": "0365a9e3-56d4-4bc9-8360-cf08e8f168f0",
"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": "7b613cf3-cc4c-4e41-86a5-fa0e49fca62b",
"CustomerId": "1388b658-014b-4bd8-b3f0-ec7e8adc0fed",
"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-03-23T14:52:48.4618747-07:00",
"LastModifiedBy": "sample string 16"
},
{
"CustomerContactId": "7b613cf3-cc4c-4e41-86a5-fa0e49fca62b",
"CustomerId": "1388b658-014b-4bd8-b3f0-ec7e8adc0fed",
"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-03-23T14:52:48.4618747-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>7b613cf3-cc4c-4e41-86a5-fa0e49fca62b</CustomerContactId>
<CustomerId>1388b658-014b-4bd8-b3f0-ec7e8adc0fed</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2026-03-23T14:52:48.4618747-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>7b613cf3-cc4c-4e41-86a5-fa0e49fca62b</CustomerContactId>
<CustomerId>1388b658-014b-4bd8-b3f0-ec7e8adc0fed</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2026-03-23T14:52:48.4618747-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>0365a9e3-56d4-4bc9-8360-cf08e8f168f0</CustomerId>
<EMail>sample string 10</EMail>
<ParentId>1c31dd7e-87e7-409b-868f-4598a597bb6c</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.