Designer Layout Types REST Endpoints

Designer Layouts/Designer Layout Types
The designer layout types resource stores different layout types for specific record types. A record could be a permit or license. A layout type can be either a draft layout or a published layout. This resource is primarily intended to be used by internal Oracle development teams.
Create a designer layout type
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}/child/PscCfgrLayoutTypes
Delete a designer layout type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}/child/PscCfgrLayoutTypes/{PscCfgrLayoutTypesUniqID}
Get a designer layout type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}/child/PscCfgrLayoutTypes/{PscCfgrLayoutTypesUniqID}
Get all designer layout types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}/child/PscCfgrLayoutTypes
Update a designer layout type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}/child/PscCfgrLayoutTypes/{PscCfgrLayoutTypesUniqID}