Residency Exceptions REST Endpoints

Official Residencies/Residency Exceptions
The residency exceptions resource contains the residency exception type and related notes that are used to grant official residency determination, where without the exception, the student wouldn't qualify for the residency.
Create a residency exception
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}/child/residencyExceptions
Delete a residency exception
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}/child/residencyExceptions/{ResidencyExceptionId}
Get a residency exception
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}/child/residencyExceptions/{ResidencyExceptionId}
Get all residency exceptions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}/child/residencyExceptions
Update a residency exception
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}/child/residencyExceptions/{ResidencyExceptionId}