Themes REST Endpoints

Themes
The themes resource is used to view, create, modify, or delete a branding theme.
Create a branding theme
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions
Delete a branding theme
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}
Get a branding theme
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}
Get all branding themes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions
Update a branding theme
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorThemeDefinitions/{ThemeId}