Vorheriges Thema: CreateContractFromServiceDefinition

Nächstes Thema: Contract Details Methods

DuplicateContract

Description

This method duplicates a contract.

Syntax

long DuplicateContract (ContractData cData, long ContractVersionID);

Parameters

Name

Type

Description

cData

ContractData

The contract data to use.

ContractVersionID

long

The ID of the contract version to duplicate.

Return Value

The ID of the new contract, as type long.

Remarks

The method validates the data sent to it and may throw a validation exception upon failure.

The ContractData object provided for this method should be filled with an ID for every sub-entity that it contains (for example, the contract’s corresponding primary contract party).