I am running the POST for “Admissions Candidate Create” today after creating a user through the API. It seems like a simple POST, yet I can't get it to post correctly.
{
"user_id": 5375969,
"entering_year": "2022-2023",
"entering_grade_id": 7516,
"checklist_id": 2631
}
The user_id is the student record I just created. I tried both the entering year as a string, the ID, and even tried to put spaces between the hypens. I verified the entering grade ID and checklist ID through the grade and checklist GET APIs.
Am I missing something in order to use this post?