PBS REST Endpoints

PBS
Use the PBS service to create, view, and delete defined Project, Product, or Plant Breakdown Structures. A PBS is a hierarchical representation of the materials or products required to complete a project. Update Keys : 'pbsId'
Create a PBS
Method: post
Path: /api/restapi/pbs
Delete a PBS
Method: delete
Path: /api/restapi/pbs/{pbsId}
Delete all Children in a PBS Hierarchy
Method: delete
Path: /api/restapi/pbs/children/{pbsId}
Update a PBS
Method: put
Path: /api/restapi/pbs
View a Child in a PBS Hierarchy
Method: get
Path: /api/restapi/pbs/children/{pbsId}
View a PBS
Method: get
Path: /api/restapi/pbs/{pbsId}
View a PBS by Code and Project
Method: get
Path: /api/restapi/pbs/project/{projectId}/code/{pbsCode}
View a PBS by Name and Project
Method: get
Path: /api/restapi/pbs/project/{projectId}/name/{pbsName}
View a PBS by Project
Method: get
Path: /api/restapi/pbs/project/{projectId}
View All Children in a PBS Hierarchy
Method: get
Path: /api/restapi/pbs/{pbsId}/childrenHierarchy