Official Residencies REST Endpoints

Official Residencies
The official residencies resource is a collection of one or more in-state, out-of state or other residency determinations that typically affect the tuition rates for a given student.
Create a student official residency
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies
Delete a student official residency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}
Get a student official residency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}
Get all student official residencies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies
Update a student official residency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentOfficialResidencies/{ResidencyId}