Newer Version Available

This content describes an older version of this product. View Latest

Check-In Contract Document Version Action

Check-in a contract document version.

This action is available in API version 61.0 and later.

Supported REST HTTP Methods

URI
/services/data/v65.0/actions/standard/checkInContractDocumentVersion
Formats
JSON, XML
HTTP Methods
POST
Authentication
Authorization: Bearer token

Inputs

Input Details
contractDocumentVersionId
Type
ID
Description

Required

ID of the contract document version to check in.

isSaveWhenActionCompletes
Type
Boolean
Description

Required

Indicates whether to save the changes when the action completes (true) instead of when the flow ends (false).

Output

Output Details
checkedInContractDocumentVersionId
Type
String
Description

ID of the contract document version that was checked in.

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}