Supporting Documents REST Endpoints

Contracts/Supporting Documents
The resource is used to view, create, update, delete documents of supporting documents category. The information includes file name, title, description, category.
Create a supporting document
Method: post
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/UploadedRevisions
Create supporting documents
Method: post
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/SupportingDocuments
Delete a supporting document
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/SupportingDocuments/{SupportingDocumentsUniqID}
Delete a supporting document
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/UploadedRevisions/{SupportingDocumentsUniqID}
Get a supporting document
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/SupportingDocuments/{SupportingDocumentsUniqID}
Get a supporting document
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/UploadedRevisions/{SupportingDocumentsUniqID}
Get all supporting documents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/UploadedRevisions
Get supporting documents
Method: get
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/SupportingDocuments
Update a supporting document
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/SupportingDocuments/{SupportingDocumentsUniqID}
Update a supporting document
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/UploadedRevisions/{SupportingDocumentsUniqID}