Flexfields REST Endpoints
Order Management/Customer Pricing Profiles/Flexfields
The operations from the Order Management/Customer Pricing Profiles/Flexfields category.
- Create a flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}/child/DFF - Delete one flexfield
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}/child/DFF/{CustomerPricingProfileId2} - Get all flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}/child/DFF - Get one flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}/child/DFF/{CustomerPricingProfileId2} - Update one flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/customerPricingProfiles/{CustomerPricingProfileId}/child/DFF/{CustomerPricingProfileId2}