Citizenships REST Endpoints

Student Management Person Profiles/Citizenships
Citizenships represent one or more countries in which the user is a citizen. For example, the user could be a citizen of the United States of America.
Create a citizenship
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships
Delete a citizenship
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId}
Get a citizenship
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId}
Get all citizenships
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships
Update a citizenship
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId}