SpecSection REST Endpoints
SpecSection
The SpecSection Company service enables you to send and retrieve information related to SpecSections.
- Batch Create Spec Sections
- Method: postPath:
/primeapi/restapi/specSection/batch
- Batch Delete Spec Sections
- Method: deletePath:
/primeapi/restapi/specSection/batch
- Batch Update Spec Sections
- Method: putPath:
/primeapi/restapi/specSection/batch
- Create a Spec Section
- Method: postPath:
/primeapi/restapi/specSection
- Delete a Spec Section
- Method: deletePath:
/primeapi/restapi/specSection/{id}
- Update a Spec Section.
- Method: putPath:
/primeapi/restapi/specSection
- View a Spec Section
- Method: getPath:
/primeapi/restapi/specSection/{id}
- View a Spec Section by Code
- Method: getPath:
/primeapi/restapi/specSection/code/{code}
- View a Spec Section by Project Code and Workspace Code
- Method: getPath:
/primeapi/restapi/specSection/workspace/{worksaceCode}/project/{projectCode}