National Identifier Types REST Endpoints
National Identifier Types
The national identifier types resource is a list of acceptable identification types by country. An identification type can be compulsory or optional for a specific country. An identification type such as a passport or a driver's license can be used for a particular person.
- Create a national identifier type
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes - Delete a national identifier type
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes/{NationalIdentifierTypeId} - Get a national identifier type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes/{NationalIdentifierTypeId} - Get all national identifier types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes - Update a national identifier type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedNationalIdentifierTypes/{NationalIdentifierTypeId}