Mappings REST Endpoints

Order Management/Customer Trade Profiles/Mappings
Mapping between customer and internal entities such as customer reason.
Create mappings
Method: post
Path: /fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings
Delete one mapping
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId}
Get all mappings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings
Get one mapping
Method: get
Path: /fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId}
Update one mapping
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/customerTradeProfiles/{CustomerTradeProfileId}/child/mappings/{MappingId}