Identifiers REST Endpoints
Campuses/Identifiers
Identifiers are unique IDs assigned to entities by organizations like governments and regulatory bodies. They can be numeric or alphanumeric, and they may be assigned randomly or based on a system or taxonomy.
- Create an identifier association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers - Delete an identifier association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId} - Get all associated identifiers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers - Get an associated identifier
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId} - Update an identifier association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId}