Descriptive Flexfields for Product Rules REST Endpoints
Order Management/Channel Programs/Product Rules/Descriptive Flexfields for Product Rules
The Descriptive Flexfields for Product Rules resource manages additional details about a product rule of a program.
- Create rule flexfields
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}/child/productRules/{ProgramLineId}/child/DFF
- Delete one rule flexfield
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}/child/productRules/{ProgramLineId}/child/DFF/{ProgramLineId2}
- Get all rule flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}/child/productRules/{ProgramLineId}/child/DFF
- Get one rule flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}/child/productRules/{ProgramLineId}/child/DFF/{ProgramLineId2}
- Update one rule flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}/child/productRules/{ProgramLineId}/child/DFF/{ProgramLineId2}