Project Program Communication Recipients REST Endpoints

Project Program Communications/Project Program Communication Associations/Project Program Communication Recipients
The Recipients resource is used to manage the persons with whom the report is shared.
Create a recipient of a report
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Associations/{AssociationsUniqID}/child/CommunicationRecipients
Delete a recipient of a report
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Associations/{AssociationsUniqID}/child/CommunicationRecipients/{ReportRecipientId}
Get a recipient of a report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Associations/{AssociationsUniqID}/child/CommunicationRecipients/{ReportRecipientId}
Get all recipients of a report
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Associations/{AssociationsUniqID}/child/CommunicationRecipients
Update a recipient of a report
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProgramCommunications/{projectProgramCommunicationsUniqID}/child/Associations/{AssociationsUniqID}/child/CommunicationRecipients/{ReportRecipientId}