Reference Entity Types REST Endpoints
Designer/Reference Entity Types
The reference entity type resource is used to view, create, modify, or delete a record type for a reference entity.
- Create a reference entity type
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReferenceEntityTypes
- Delete a reference entity type
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorReferenceEntityTypes/{ReTypeId}
- Get a reference entity type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReferenceEntityTypes/{ReTypeId}
- Get all reference entity types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReferenceEntityTypes
- Update a reference entity type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorReferenceEntityTypes/{ReTypeId}