Please follow this guide to report your API issue to technical support.
Check these items first, as they represent some of the most common issues reported.
Use the following headers and guidance to report an issue.
At a high level, describe the issue. Explain what the integration is trying to accomplish, and what unexpected response the API is returning.
List out the endpoints the integration is interacting with.
Any relevant IDs for the data elements being interacted with
Be sure to remove (or anonymize) identifying information such as name, birthday, phone number, address, etc.
{
"child_profile": {
"id": 9999999,
"status": "Active",
"alternate_id": "",
"first_name": "FN",
"middle_initial": null,
"last_name": "LN",
"dob": "2017-01-01",
"gender": "Male",
"weeks_premature": 0,
"account": "Account Name",
"program": "Program Name",
"program_id": 9999999,
"classroom_id": null,
"birth_weight": null,
"ethnicity": "",
"address1": "123",
"address2": "",
"address3": "",
"city": "Main",
"county": "",
"state": "Maine",
"zip": "12345",
"country": "United States",
"phone": "123-123-1234",
"primary_home_language": "English",
"secondary_home_language": "",
"medical_risk_factors": "No",
"other_agencies_involved": "No",
"date_of_admission": null,
"primary_care_physician": "",
"clinic_name": "",
"clinic_address_1": "",
"clinic_address_2": "",
"clinic_address_3": "",
"clinic_city": "",
"clinic_state": "",
"clinic_zip": "",
"clinic_phone": "",
"clinic_fax": "",
"clinic_email": ""
}
}