Addresses REST Endpoints
Student Management Person Profiles/Addresses
The addresses resource provides information about the various addresses associated with the user.
- Create an address
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/addresses
- Delete an address
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/addresses/{addressesUniqID}
- Get all addresses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/addresses
- Get an address
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/addresses/{addressesUniqID}
- Update an address
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/addresses/{addressesUniqID}