Menu Item Attributes REST Endpoints
Shared Services/Menu Item Attributes
The menu item attributes resource is used to view, create, modify, or delete a navigation menu item attribute. The term "menu" is also referred to as a "registry".
- Create a menu item attribute
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRegistryItemAttributes - Delete a menu item attribute
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorRegistryItemAttributes/{publicSectorRegistryItemAttributesUniqID} - Get a menu item attribute
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRegistryItemAttributes/{publicSectorRegistryItemAttributesUniqID} - Get all menu item attributes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRegistryItemAttributes - Update a menu item attribute
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorRegistryItemAttributes/{publicSectorRegistryItemAttributesUniqID}