POST api/customer/youth
Request Information
URI Parameters
None.
Body Parameters
CustomerHealthAndYouth| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| PhysicianName | string |
None. |
|
| PhysicianPhone | string |
None. |
|
| CustomerHealthImmunizationStatusId | integer |
None. |
|
| IsTetanusShotNa | boolean |
None. |
|
| TetanusShotDate | date |
None. |
|
| InsuranceCompany | string |
None. |
|
| InsurancePolicyNumber | string |
None. |
|
| Medications | string |
None. |
|
| HealthHistory | string |
None. |
|
| DietaryRestrictions | string |
None. |
|
| ActivityRestrictions | string |
None. |
|
| HealthOther | string |
None. |
|
| HealthAnswerOther | string |
None. |
|
| LastModifiedBy | string |
None. |
|
| LastModified | date |
None. |
|
| HealthAnswers | Collection of CustomerHealthAnswerGetListResult |
None. |
|
| CustomerContacts | Collection of CustomerContactInfo |
None. |
|
| IsWaterSafe | boolean |
None. |
|
| SchoolName | string |
None. |
|
| ChildPickupInstructions | string |
None. |
|
| ShirtSizeId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "1ded9168-1fb9-41cb-b8f6-1e8607d2e975",
"Name": "sample string 2",
"PhysicianName": "sample string 3",
"PhysicianPhone": "sample string 4",
"CustomerHealthImmunizationStatusId": 1,
"IsTetanusShotNa": true,
"TetanusShotDate": "2026-02-03T18:26:37.5812583-08:00",
"InsuranceCompany": "sample string 6",
"InsurancePolicyNumber": "sample string 7",
"Medications": "sample string 8",
"HealthHistory": "sample string 9",
"DietaryRestrictions": "sample string 10",
"ActivityRestrictions": "sample string 11",
"HealthOther": "sample string 12",
"HealthAnswerOther": "sample string 13",
"LastModifiedBy": "sample string 14",
"LastModified": "2026-02-03T18:26:37.5812583-08:00",
"HealthAnswers": [
{
"CustomerHealthAnswerId": "3bc0825f-0960-458a-af5a-9e3e02273d74",
"CustomerId": "3a8ef2ff-4eb7-4baf-b55b-27e226b59981",
"CustomerHealthQuestionId": "ec55dbbd-715f-441c-ba29-cbf13c14b3ed",
"Value": true
},
{
"CustomerHealthAnswerId": "3bc0825f-0960-458a-af5a-9e3e02273d74",
"CustomerId": "3a8ef2ff-4eb7-4baf-b55b-27e226b59981",
"CustomerHealthQuestionId": "ec55dbbd-715f-441c-ba29-cbf13c14b3ed",
"Value": true
}
],
"CustomerContacts": [
{
"CustomerContactId": "115943e8-9948-46c1-a24f-c7a7737a93b8",
"CustomerId": "e6a085a9-354b-4390-a472-3c8b7afa75ce",
"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-02-03T18:26:37.5812583-08:00",
"LastModifiedBy": "sample string 16"
},
{
"CustomerContactId": "115943e8-9948-46c1-a24f-c7a7737a93b8",
"CustomerId": "e6a085a9-354b-4390-a472-3c8b7afa75ce",
"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-02-03T18:26:37.5812583-08:00",
"LastModifiedBy": "sample string 16"
}
],
"IsWaterSafe": true,
"SchoolName": "sample string 16",
"ChildPickupInstructions": "sample string 17",
"ShirtSizeId": "9a04b51c-efaa-4af0-a186-6b02463767cb",
"ParentId": "399de39e-a592-41fb-b930-48f20d61afc5"
}
application/xml, text/xml
Sample:
<CustomerHealthAndYouth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMS.Models">
<ActivityRestrictions>sample string 11</ActivityRestrictions>
<ChildPickupInstructions>sample string 17</ChildPickupInstructions>
<CustomerContacts xmlns:d2p1="http://schemas.datacontract.org/2004/07/CCMS.Models.Api">
<d2p1:CustomerContactInfo>
<d2p1:CustomerContactId>115943e8-9948-46c1-a24f-c7a7737a93b8</d2p1:CustomerContactId>
<d2p1:CustomerId>e6a085a9-354b-4390-a472-3c8b7afa75ce</d2p1:CustomerId>
<d2p1:Email>sample string 8</d2p1:Email>
<d2p1:IsEmergencyContact>true</d2p1:IsEmergencyContact>
<d2p1:IsParentOrGuardian>true</d2p1:IsParentOrGuardian>
<d2p1:IsPickupAuthorized>true</d2p1:IsPickupAuthorized>
<d2p1:IsPrimaryEmergencyContact>true</d2p1:IsPrimaryEmergencyContact>
<d2p1:IsSignatureOnFile>true</d2p1:IsSignatureOnFile>
<d2p1:LastModified>2026-02-03T18:26:37.5812583-08:00</d2p1:LastModified>
<d2p1:LastModifiedBy>sample string 16</d2p1:LastModifiedBy>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Order>14</d2p1:Order>
<d2p1:Phone1>sample string 5</d2p1:Phone1>
<d2p1:Phone2>sample string 6</d2p1:Phone2>
<d2p1:Phone3>sample string 7</d2p1:Phone3>
<d2p1:Relationship>sample string 4</d2p1:Relationship>
</d2p1:CustomerContactInfo>
<d2p1:CustomerContactInfo>
<d2p1:CustomerContactId>115943e8-9948-46c1-a24f-c7a7737a93b8</d2p1:CustomerContactId>
<d2p1:CustomerId>e6a085a9-354b-4390-a472-3c8b7afa75ce</d2p1:CustomerId>
<d2p1:Email>sample string 8</d2p1:Email>
<d2p1:IsEmergencyContact>true</d2p1:IsEmergencyContact>
<d2p1:IsParentOrGuardian>true</d2p1:IsParentOrGuardian>
<d2p1:IsPickupAuthorized>true</d2p1:IsPickupAuthorized>
<d2p1:IsPrimaryEmergencyContact>true</d2p1:IsPrimaryEmergencyContact>
<d2p1:IsSignatureOnFile>true</d2p1:IsSignatureOnFile>
<d2p1:LastModified>2026-02-03T18:26:37.5812583-08:00</d2p1:LastModified>
<d2p1:LastModifiedBy>sample string 16</d2p1:LastModifiedBy>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:Order>14</d2p1:Order>
<d2p1:Phone1>sample string 5</d2p1:Phone1>
<d2p1:Phone2>sample string 6</d2p1:Phone2>
<d2p1:Phone3>sample string 7</d2p1:Phone3>
<d2p1:Relationship>sample string 4</d2p1:Relationship>
</d2p1:CustomerContactInfo>
</CustomerContacts>
<CustomerHealthImmunizationStatusId>1</CustomerHealthImmunizationStatusId>
<CustomerId>1ded9168-1fb9-41cb-b8f6-1e8607d2e975</CustomerId>
<DietaryRestrictions>sample string 10</DietaryRestrictions>
<HealthAnswerOther>sample string 13</HealthAnswerOther>
<HealthAnswers>
<CustomerHealthAnswerGetListResult>
<CustomerHealthAnswerId>3bc0825f-0960-458a-af5a-9e3e02273d74</CustomerHealthAnswerId>
<CustomerHealthQuestionId>ec55dbbd-715f-441c-ba29-cbf13c14b3ed</CustomerHealthQuestionId>
<CustomerId>3a8ef2ff-4eb7-4baf-b55b-27e226b59981</CustomerId>
<Value>true</Value>
</CustomerHealthAnswerGetListResult>
<CustomerHealthAnswerGetListResult>
<CustomerHealthAnswerId>3bc0825f-0960-458a-af5a-9e3e02273d74</CustomerHealthAnswerId>
<CustomerHealthQuestionId>ec55dbbd-715f-441c-ba29-cbf13c14b3ed</CustomerHealthQuestionId>
<CustomerId>3a8ef2ff-4eb7-4baf-b55b-27e226b59981</CustomerId>
<Value>true</Value>
</CustomerHealthAnswerGetListResult>
</HealthAnswers>
<HealthHistory>sample string 9</HealthHistory>
<HealthOther>sample string 12</HealthOther>
<InsuranceCompany>sample string 6</InsuranceCompany>
<InsurancePolicyNumber>sample string 7</InsurancePolicyNumber>
<IsTetanusShotNa>true</IsTetanusShotNa>
<IsWaterSafe>true</IsWaterSafe>
<LastModified>2026-02-03T18:26:37.5812583-08:00</LastModified>
<LastModifiedBy>sample string 14</LastModifiedBy>
<Medications>sample string 8</Medications>
<Name>sample string 2</Name>
<ParentId>399de39e-a592-41fb-b930-48f20d61afc5</ParentId>
<PhysicianName>sample string 3</PhysicianName>
<PhysicianPhone>sample string 4</PhysicianPhone>
<SchoolName>sample string 16</SchoolName>
<ShirtSizeId>9a04b51c-efaa-4af0-a186-6b02463767cb</ShirtSizeId>
<TetanusShotDate>2026-02-03T18:26:37.5812583-08:00</TetanusShotDate>
</CustomerHealthAndYouth>
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.