Content Zones REST Endpoints

Content Zones
The Content Zones resource manages the creation and maintenance of content zones. A content zone is an entity that determines what shopping content must be made available to users during shopping in the Self Service Procurement application. It consists of a collection of Shopping Catalogs, Smart Forms and Public Shopping Lists. These collectively determine what content is available and how that content is secured for access.
Create content zones
Method: post
Path: /fscmRestApi/resources/11.13.18.05/contentZones
Delete one content zone
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}
Get all content zones
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contentZones
Get one content zone
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}
Update one content zone
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/contentZones/{contentZonesUniqID}