KidKare Api Service Host

<back to all web services

EmergencyContactListReportRequest

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/EmergencyContactListReportRequest HTTP/1.1 
Host: api.kidkare.com 
Content-Type: application/xml
Content-Length: length

<EmergencyContactListReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KidKare.Api.Requests.Reports">
  <ChildStatuses xmlns:d2p1="http://schemas.datacontract.org/2004/07/MinuteMenu.Core.Common.Enum">
    <d2p1:ChildStatus>Active</d2p1:ChildStatus>
  </ChildStatuses>
  <SortByChildFirstName>false</SortByChildFirstName>
</EmergencyContactListReportRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<EmergencyContactListReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KidKare.Api.Requests.Reports">
  <Items>
    <EmergencyContact>
      <ChildName>String</ChildName>
      <Guardians>
        <Guardian>
          <Address>String</Address>
          <AuthorizeToPickup>false</AuthorizeToPickup>
          <CanPickup>false</CanPickup>
          <CellPhone>
            <PhoneExt>String</PhoneExt>
            <PhoneNumber>String</PhoneNumber>
            <PhoneType>String</PhoneType>
          </CellPhone>
          <Email>String</Email>
          <HomePhone>
            <PhoneExt>String</PhoneExt>
            <PhoneNumber>String</PhoneNumber>
            <PhoneType>String</PhoneType>
          </HomePhone>
          <Name>String</Name>
          <Role>PrimaryGuardian</Role>
          <WorkPhone>
            <PhoneExt>String</PhoneExt>
            <PhoneNumber>String</PhoneNumber>
            <PhoneType>String</PhoneType>
          </WorkPhone>
        </Guardian>
      </Guardians>
      <MedicalDetails>
        <Allergies>String</Allergies>
        <ClinicAddress>String</ClinicAddress>
        <ClinicName>String</ClinicName>
        <DoctorName>String</DoctorName>
        <Phone>String</Phone>
      </MedicalDetails>
    </EmergencyContact>
  </Items>
</EmergencyContactListReportResponse>