Mapping View Objects REST Endpoints

Mapping View Objects
The mapping view objects resource is used to store the definition of view objects available in a Data Format Exchange mapping.
Create a mapping view object
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingViewObjects
Delete a mapping view object
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingViewObjects/{VoCode}
Get a mapping view object
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingViewObjects/{VoCode}
Get all mapping view objects
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingViewObjects
Update a mapping view object
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingViewObjects/{VoCode}