- Subcategories:
- Theme Attributes
Themes REST Endpoints
Shared Services/Themes
The themes resource is used to view, create, modify, or delete a branding theme.
- Create a branding theme
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions - Delete a branding theme
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId} - Get a branding theme
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId} - Get all branding themes
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions - Update a branding theme
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}