- Subcategories:
- Enumeration Child Values
Enumeration Values REST Endpoints
Shared Services/Enumeration Values
The enumeration values resource is used to view all the values for a particular enumeration name.
- Create a set of enumeration values
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumValues
- Delete an enumeration value
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumValues/{publicSectorOpaEnumValuesUniqID}
- Get all enumeration values
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumValues
- Get an enumeration value
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumValues/{publicSectorOpaEnumValuesUniqID}
- Update an enumeration value
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorOpaEnumValues/{publicSectorOpaEnumValuesUniqID}