Designer Layouts REST Endpoints

Designer Layouts
The designer layouts resource stores application form designs for a specific record type. A record type can be a permit, license, and so on. This resource is primarily intended to be used by internal Oracle development teams.
Create a designer layout
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts
Delete a designer layout
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}
Get a designer layout
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}
Get all designer layouts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts
Update a designer layout
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorConfiguratorLayouts/{LayoutId}