- Subcategories:
- Large Object (LOB) Attributes - ClauseTextInHTML
- Large Object (LOB) Attributes - ClauseTextInWord
Clauses REST Endpoints
Contracts/Sections/Clauses
The resource is used to view the clauses of the contract terms.
- Create a clause
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/Section/{SectionUniqID}/child/Clause - Delete a clause
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/Section/{SectionUniqID}/child/Clause/{ClauseId} - Get a clause
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/Section/{SectionUniqID}/child/Clause/{ClauseId} - Get all clauses
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/Section/{SectionUniqID}/child/Clause - Update a clause
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/Section/{SectionUniqID}/child/Clause/{ClauseId}