KidKare Api Service Host

<back to all web services

EmergencyContactListReportRequest

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

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

{"sortByChildFirstName":false,"childStatuses":["Active"]}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"items":[{"childName":"String","guardians":[{"name":"String","address":"String","cellPhone":{"phoneNumber":"String","phoneExt":"String","phoneType":"String"},"workPhone":{"phoneNumber":"String","phoneExt":"String","phoneType":"String"},"homePhone":{"phoneNumber":"String","phoneExt":"String","phoneType":"String"},"email":"String","canPickup":false,"authorizeToPickup":false,"role":"PrimaryGuardian"}],"medicalDetails":{"doctorName":"String","clinicName":"String","clinicAddress":"String","phone":"String","allergies":"String"}}]}