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.
Create a PBS
Method: post
Path: /primeapi/restapi/pbs
Delete a PBS
Method: delete
Path: /primeapi/restapi/pbs/{id}
Delete all Children in a PBS Hierarchy
Method: delete
Path: /primeapi/restapi/pbs/children/{id}
Update a PBS
Method: put
Path: /primeapi/restapi/pbs
View a Child in a PBS Hierarchy
Method: get
Path: /primeapi/restapi/pbs/children/{id}
View a PBS
Method: get
Path: /primeapi/restapi/pbs/{id}
View a PBS by Code
Method: get
Path: /primeapi/restapi/pbs/project/{id}/code/{code}
View a PBS by Name
Method: get
Path: /primeapi/restapi/pbs/project/{id}/name/{name}
View a PBS by Project
Method: get
Path: /primeapi/restapi/pbs/project/{id}
View All Children in a PBS Hierarchy
Method: get
Path: /primeapi/restapi/pbs/{id}/childrenHierarchy