Mappings REST Endpoints
Order Management/Customer Trade Profiles/Mappings
Mapping between customer and internal entities such as customer reason.
- Create mappings
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings - Delete one mapping
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId} - Get all mappings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings - Get one mapping
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId} - Update one mapping
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId}