KidKare Api Service Host

<back to all web services

EmergencyContactListReportRequest

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

HTTP + CSV

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

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

SortByChildFirstName,ChildStatuses
False,[Active]

HTTP/1.1 200 OK
Content-Type: text/csv
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}}]"