Argomento precedente: Contract Methods

Argomento successivo: GetContractAdvanced

GetContract

Description

Returns a list of SLAs for the current user.

Syntax

A typical syntax for this method is shown. Note that the exact syntax to use depends on the type of protocol used to communicate with the web service.

EntityListData GetContracts (string EntityID);

Parameters

Name

Type

Description

EntityID

long

The ID of the entity.

EntityName

string

The name of the entity.

Return Value

The contract name and IDs, as type EntityListData.

Remarks

The EntityListData object is returned as a collection of EntityListItemData items, containing the name and ID of the contract/s.