RenewContractRequest Class

banner art

Specifies the parameters needed to renew a contract and create the contract details for the new contract.

The RenewContractRequest class inherits from Request. It exposes the following members.

Constructor Description
RenewContractRequest Initializes a new instance of the RenewContractRequest class.
Field Description
ContractId Specifies the ID of the contract to be renewed.
IncludeCanceledLines Specifies whether the canceled line items of the originating contract are to be included in the renewed contract.
ReturnDynamicEntities Specifies whether the result of the operation contains an instance of the contract class or the DynamicEntity class.
Status Specifies a status of the contract.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

See Also

© 2007 Microsoft Corporation. All rights reserved.