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: post
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers
Delete an identifier association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId}
Get all associated identifiers
Method: get
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers
Get an associated identifier
Method: get
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId}
Update an identifier association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/identifiers/{IdentifierAssociationId}