SpecSection REST Endpoints

SpecSection
The SpecSection Company service enables you to send and retrieve information related to SpecSections.
Batch Create Spec Sections
Method: post
Path: /primeapi/restapi/specSection/batch
Batch Delete Spec Sections
Method: delete
Path: /primeapi/restapi/specSection/batch
Batch Update Spec Sections
Method: put
Path: /primeapi/restapi/specSection/batch
Create a Spec Section
Method: post
Path: /primeapi/restapi/specSection
Delete a Spec Section
Method: delete
Path: /primeapi/restapi/specSection/{id}
Update a Spec Section.
Method: put
Path: /primeapi/restapi/specSection
View a Spec Section
Method: get
Path: /primeapi/restapi/specSection/{id}
View a Spec Section by Code
Method: get
Path: /primeapi/restapi/specSection/code/{code}
View a Spec Section by Project Code and Workspace Code
Method: get
Path: /primeapi/restapi/specSection/workspace/{worksaceCode}/project/{projectCode}