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: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships - Delete a citizenship
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId} - Get a citizenship
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId} - Get all citizenships
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships - Update a citizenship
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/citizenships/{CitizenshipId}