Identifiers REST Endpoints
System Offices/Identifiers
The identifiers resource is used to view all associated identifiers.
- Create an identifier association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/identifiers - Delete an identifier association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/identifiers/{IdentifierAssociationId} - Get all associated identifiers
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/identifiers - Get an associated identifier
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/identifiers/{IdentifierAssociationId} - Update an identifier association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/identifiers/{IdentifierAssociationId}