Mapping Sources REST Endpoints

Mapping Sources
The mapping source resource is used to store the definition of the source object used in a Data Format Exchange mapping.
Create a mapping source
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingSources
Delete a mapping source
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID}
Get a mapping source
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID}
Get all mapping sources
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingSources
Update a mapping source
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID}