We have a separate front end where parents are able to update their contact and custom information. It would be great to be able to update this information via the API. We currently update this information using direct SQL queries.
We also need the ability to "Add" and "Edit" contacts using the REST API, but the endpoint "Main/api/students/{schoolId}/contacts" currently only supports GET requests and lacks PATCH methods. We have a third-party website that allows parents to update their students' emergency contact information, but we are unable to write these updates back to ISAMS. The primary purpose of providing the REST API over the Batch API was to enable writing information back to ISAMS.
Please implement this feature as soon as possible, as the lack of this functionality is holding up our project.
We also need the ability to "Add" and "Edit" contacts using the REST API, but the endpoint "Main/api/students/{schoolId}/contacts" currently only supports GET requests and lacks PATCH methods. We have a third-party website that allows parents to update their students' emergency contact information, but we are unable to write these updates back to ISAMS. The primary purpose of providing the REST API over the Batch API was to enable writing information back to ISAMS.
Please implement this feature as soon as possible, as the lack of this functionality is holding up our project.