The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/FiveDayRequest HTTP/1.1
Host: api.kidkare.com
Content-Type: application/json
Content-Length: length
{"claimDate":"0001-01-01T00:00:00.0000000","dataForMM":"String","isForMM":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"providerName":"String","rows":[{"childName":"String","childId":"00000000000000000000000000000000","isInfant":false,"cols":[{"date":"0001-01-01T00:00:00.0000000","meals":[{"meal":"Unspecified","approved":false,"attended":false}],"isPresent":false}]}],"heads":["0001-01-01T00:00:00.0000000"],"totalEnrollment":[0]}