Vorheriges Thema: GetContractTemplateDetails

Nächstes Thema: GetContractTemplateTimeSlots

UpdateContractTemplateDetails

Description

This method updates the details for the specified contract template.

Syntax

void UpdateContractTemplateDetails (ContractTemplateData contractTemplateData, long contractTemplateFolderItemId);

Parameters

Name

Type

Description

contractTemplateData

ContractTemplateData

The data to use to update the contract template.

contractTemplateFolderItemId

long

The ID of the contract template folder item.

Return Value

None.

Remarks

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

The data provided in the ContractTemplateData object replaces the data of the existing contract template, and cannot be left unfilled or partially filled. An ID for every sub-entity of which the data structure consists must be provided (for example, the contract’s corresponding service components).