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": "67b11259-42e3-4747-973c-5350b739ea3a",
"CustomerId": "9d6f0fbd-f9f4-4818-a0b8-29f781acf0b2",
"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": "9a03d3a0-4017-4afb-93be-2e762174eab9",
"CustomerId": "3d9d7215-3504-418c-bd70-765ddbc6d511",
"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": "2025-11-02T03:19:38.046592-08:00",
"LastModifiedBy": "sample string 16"
},
{
"CustomerContactId": "9a03d3a0-4017-4afb-93be-2e762174eab9",
"CustomerId": "3d9d7215-3504-418c-bd70-765ddbc6d511",
"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": "2025-11-02T03:19:38.046592-08: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>9a03d3a0-4017-4afb-93be-2e762174eab9</CustomerContactId>
<CustomerId>3d9d7215-3504-418c-bd70-765ddbc6d511</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2025-11-02T03:19:38.046592-08: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>9a03d3a0-4017-4afb-93be-2e762174eab9</CustomerContactId>
<CustomerId>3d9d7215-3504-418c-bd70-765ddbc6d511</CustomerId>
<Email>sample string 8</Email>
<IsEmergencyContact>true</IsEmergencyContact>
<IsParentOrGuardian>true</IsParentOrGuardian>
<IsPickupAuthorized>true</IsPickupAuthorized>
<IsPrimaryEmergencyContact>true</IsPrimaryEmergencyContact>
<IsSignatureOnFile>true</IsSignatureOnFile>
<LastModified>2025-11-02T03:19:38.046592-08: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>9d6f0fbd-f9f4-4818-a0b8-29f781acf0b2</CustomerId>
<EMail>sample string 10</EMail>
<ParentId>67b11259-42e3-4747-973c-5350b739ea3a</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.