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: post
Path: /fscmRestApi/resources/11.13.18.05/channelProgramTypes
Delete one program type
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}
Get all program types
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelProgramTypes
Get one program type
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}
Update one program type
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelProgramTypes/{ProgramTypeId}