KidKare Api Service Host

<back to all web services

EmergencyContactListReportRequest

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

HTTP + JSV

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

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

{
	sortByChildFirstName: False,
	childStatuses: 
	[
		Active
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
			}
		}
	]
}