Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Clm Class

Create and update Contract Lifecycle Management (CLM) contracts using object ID.

Namespace

ConnectApi

Clm Methods

These methods are for Clm. All methods are static.

createContract(contractInputPayload)

Create contracts using the object ID.

API Version

56.0

Requires Chatter

No

Signature

public static ConnectApi.ContractOutputRepresentation createContract(ConnectApi.ContractInputRepresentation contractInputPayload)

Parameters

contractInputPayload
Type: ConnectApi.ContractInputRepresentation
Input payload to create contract.

updateContract(contractInputPayload)

Update contracts using the object ID.

API Version

56.0

Requires Chatter

No

Signature

public static ConnectApi.ContractOutputRepresentation updateContract(ConnectApi.ContractInputRepresentation contractInputPayload)

Parameters

contractInputPayload
Type: ConnectApi.ContractInputRepresentation
Input payload to update contract.