- Subcategories:
- Qualifiers
Channel Program Types REST Endpoints
Order Management/Channel Program Types
The Channel Program Types resource manages the program types that control the various features in a program such as defaulting behavior while generating accruals, and so on.
- Create program types
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/channelProgramTypes
- Delete one program type
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}
- Get all program types
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelProgramTypes
- Get one program type
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}
- Update one program type
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}