Touchstone 11.0 API Reference
GetLocationsRequest Class
Members 


Air.Services.Proxy Assembly > AIR.Services.ExposureManagement.Api Namespace : GetLocationsRequest Class
Contains the following properties of the Locations that you want to retrieve for a given Contract:
Syntax
Public Class GetLocationsRequest 
   Inherits AIR.Services.Common.Api.RequestBase
Dim instance As GetLocationsRequest
public class GetLocationsRequest : AIR.Services.Common.Api.RequestBase 
Remarks
To retrieve a list of existing Locations for a given Contract, perform the following general steps:
  1. Call the GetProjects() method to retrieve a list of Touchstone® Projects in a specified SQL Server Instance for a specified Business Unit.
  2. Call the GetExposureViews() method, passing the SID of the Project that you identified in Step 1 for the desired Project into the GetExposureViewsRequest object. The GetExposureViews() method returns a list of all of the Exposure Views in the specified Project.
  3. Call the GetContracts() method, passing the Exposure View SID that you identified in Step 2 for the desired Exposure View into the GetContractsRequest object.
  4. Call the GetLocations() method, passing the Contract ID that you identified in Step 3 for the desired Contract into the GetLocationsRequest object.

Separator Line

Inheritance Hierarchy

System.Object
   AIR.Services.Common.Api.RequestBase
      AIR.Services.ExposureManagement.Api.GetLocationsRequest

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetLocationsRequest Members
AIR.Services.ExposureManagement.Api Namespace