Newer Version Available
Check-In Contract Document Version Action
This action is available in API version 61.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v59.0/actions/standard/checkInContractDocumentVersion
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| contractDocumentVersionId |
|
| isSaveWhenActionCompletes |
|
Output
| Output | Details |
|---|---|
| checkedInContractDocumentVersionId |
|
Usage
- Sample Input
-
This sample request is for the Check-in Contract Document Version action.
1{ 2 "contractDocumentVersionId": "0qtSG0000003qrxxAA", 3 "isSaveWhenActionCompletes": true 4} - Sample Output
-
This sample response is for the Check-in Contract Document Version action.
1{ 2 "checkedInContractDocumentVersionId": "0qtSG0000003qrxxAA" 3}