Attachments REST Endpoints

Order Management/Channel Customer Lump-Sum Programs/Attachments
The Attachments resource is used to view, create, and update attachments.
Create one attachment
Method: post
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/attachments
Delete one attachment
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/attachments/{attachmentsUniqID}
Get all attachments
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/attachments
Get one attachment
Method: get
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/attachments/{attachmentsUniqID}
Update one attachment
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/channelCustomerLumpSumPrograms/{ProgramId}/child/attachments/{attachmentsUniqID}