Plan Components REST Endpoints

Plan Components
The plan components resource is used to create, update or delete a plan component. It can also be used to display all the details of plan components. A plan component defines the earnings of a participant based on their performance. A new plan component can be created with a performance measure assignment, a with plan component DFFs, with any combination of the above , or Individually where only the plan component is created initially & the association with child resources is done later.
Create a plan component
Method: post
Path: /fscmRestApi/resources/11.13.18.05/planComponents
Delete a plan component
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}
Get a plan component
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}
Get all plan components
Method: get
Path: /fscmRestApi/resources/11.13.18.05/planComponents
Update a plan component
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/planComponents/{planComponentsUniqID}