- Subcategories:
- Large Object (LOB) Attributes - CsvTemplate
Mapping Sources REST Endpoints
Common Setup/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMappingSources - Delete a mapping source
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID} - Get a mapping source
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID} - Get all mapping sources
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMappingSources - Update a mapping source
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorMappingSources/{publicSectorMappingSourcesUniqID}