Identifiers REST Endpoints
External Organizations/Identifiers
The identifiers resource is used to view all associated identifiers.
- Create an identifier
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/identifiers - Create an identifier association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/identifiers - Delete an identifier
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/identifiers/{IdentifierId} - Delete an identifier association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/identifiers/{IdentifierAssociationId} - Get all associated identifiers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/identifiers - Get all identifiers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/identifiers - Get an associated identifier
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/identifiers/{IdentifierAssociationId} - Get an identifier
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/identifiers/{IdentifierId} - Update an identifier
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/externalOrganizations/{PartyId}/child/identifiers/{IdentifierId} - Update an identifier association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedExternalOrganizations/{hedExternalOrganizationsUniqID}/child/identifiers/{IdentifierAssociationId}