Source Assignments REST Endpoints

Project Process Configurators/Source Assignments
The Source Assignments resource is used to view, create, update a Source for a configurator.
Create sources for a configurator
Method: post
Path: /fscmRestApi/resources/11.13.18.05/projectProcessConfigurators/{ConfiguratorId}/child/SourceAsgnmts
Get all sources for a configurator
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProcessConfigurators/{ConfiguratorId}/child/SourceAsgnmts
Get the source for a configurator
Method: get
Path: /fscmRestApi/resources/11.13.18.05/projectProcessConfigurators/{ConfiguratorId}/child/SourceAsgnmts/{SourceAssignmentId}
Update the source for a configurator
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/projectProcessConfigurators/{ConfiguratorId}/child/SourceAsgnmts/{SourceAssignmentId}