Project Customers REST Endpoints
Projects/Project Customers
The Project Customers resource is used to view, create, and delete customers associated with those projects that are enabled for financial management. This applies only to those customers that are defined as parties as part of the project definition. This doesn't retrieve the customer information from a contract linked to the project.
- Create a project customer
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectCustomers
- Delete a project customer
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectCustomers/{ProjectPartyId}
- Get a project customer
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectCustomers/{ProjectPartyId}
- Get all customers for a project
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/projects/{ProjectId}/child/ProjectCustomers