National Identifiers REST Endpoints

Person Profiles/National Identifiers
The national identifiers resource provides information about the various national identifiers associated with the user.
Create a national identifier
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/nationalIdentifiers
Delete a national identifier
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/nationalIdentifiers/{nationalIdentifiersUniqID}
Get a national identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/nationalIdentifiers/{nationalIdentifiersUniqID}
Get all national identifiers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/nationalIdentifiers
Update a national identifier
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/nationalIdentifiers/{nationalIdentifiersUniqID}