Channel Programs REST Endpoints

Order Management/Channel Programs
The Channel Programs resource manages the discounting agreement between the organization and a channel partner; defining rules of a channel program including date effectivity, customer eligibility, and product eligibility.
Create programs
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelPrograms
Delete one program
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}
Get all programs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelPrograms
Get one program
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}
Update one program
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelPrograms/{ProgramId}