Project Company REST Endpoints
Project Company
Use the Project Company service to view companies associated with projects. Update Keys : 'projectCompanyId'
- Batch Create Project Companies
- Method: postPath:
/api/restapi/projectCompany/batch - Batch Delete Project Companies
- Method: deletePath:
/api/restapi/projectCompany/batch - Batch Sync Project Companies
- Method: postPath:
/api/restapi/projectCompany/syncBatch - Batch Update Project Companies
- Method: putPath:
/api/restapi/projectCompany/batch - Create a Project Company
- Method: postPath:
/api/restapi/projectCompany - Delete a Project Company by Task
- Method: deletePath:
/api/restapi/projectCompany/{projectCompanyId} - Update a Project Company
- Method: putPath:
/api/restapi/projectCompany - View a Project Company
- Method: getPath:
/api/restapi/projectCompany/{projectCompanyId} - View all Project Companies by Code
- Method: getPath:
/api/restapi/projectCompany/workspace/{workspaceCode}/project/{projectCode} - View all Project Companies by Company Name and Postal Code
- Method: getPath:
/api/restapi/projectCompany/company/{companyName}/{postalCode} - View all Project Companies by Project
- Method: getPath:
/api/restapi/projectCompany/project/{projectId}