Touchstone 11.0 API Reference
AIR.Services.ExposureManagement.Api Namespace
Inheritance Hierarchy
Air.Services.Proxy Assembly : AIR.Services.ExposureManagement.Api Namespace
Contains the requests and responses for Touchstone® Exposure Management.
Classes
 ClassDescription
ClassContains the Business Unit SID, SQL Instance SID, and Contract of the new Contract that you want to create.
ClassContains the Contract Sequential Identifier (SID), which uniquely identifies the Contract that you created using the CreateContract() method.
ClassContains the Business Unit SID, SQL Instance SID, Contract SID, and Layer of the new Layer that you want to create.
ClassContains the Layer Sequential Identifier (SID), which uniquely identifies the Layer that you created using the CreateLayer() method.
ClassContains the Business Unit SID, SQL Instance SID, Contract SID, and Location of the new Location that you want to create.
ClassContains the Location Sequential Identifier (SID), which uniquely identifies the Location that you created using the CreateLocation() method, as well as the Geocode Match Level that identifies the resolution level at which the AIR Geocoder matched the location information for this Location.
ClassContains the Business Unit SID, SQL Instance SID, Data Source SID and Layer SID of the Layer that you want to delete.
ClassContains the response to your request to delete a Layer using the DeleteLayer() method.
ClassContains Business Unit SID and SQL Instance SID associated with the list of locations to geocode, as well as the location data.

You can geocode a maximum of 500 locations at one time.

For each location, at minimum, you must supply the CountryCode and either:

ClassContains the list of geocoded locations that you requested using the GeocodeLocations() method.
ClassContains the Business Unit SID, SQL Instance SID, Contract SID, and Exposure Set of the Contract that you want to retrieve.
ClassContains the Contract that you have requested using the GetContract() method.
ClassContains the following properties of the Contracts to retrieve:
ClassContains the list of Contracts that you have requested using the GetContracts() method.

This list contains all Contracts within the specified SQL Server Instance. Further, this list contains only the Contracts within the specified Exposure View (if you have applied the Use Exposure View Filter).

ClassContains the Business Unit SID, SQL Instance SID, Data Source SID, and Layer SID of the Layer that you want to retrieve.
ClassContains the Layer, including any associated Sublimits, that you have requested using the GetLayer() method.
ClassContains the following properties of the Layers that you want to retrieve for a given Contract:
ClassContains the list of Layers that you have requested using the GetLayers() method.

This list contains all Layers, and any associated Sublimits, within the specified Contract and Data Source.

ClassContains the Business Unit SID, SQL Instance SID, Exposure Set, and Location SID of the Location that you want to retrieve.
ClassContains the Location that you have requested using the GetLocation() method.
ClassContains the following properties of the Locations that you want to retrieve for a given Contract:
ClassContains the list of Locations that you have requested using the GetLocations() method.

This list contains all Locations within the specified Contract. Further, this list contains only the Locations within the specified Exposure View (if you have applied the Use Exposure View Filter).

ClassContains the following properties of the user-specified Lines of Business to retrieve for a given Exposure:

While you can retrieve user-specified Lines of Business using the GetUserLinesOfBusinesses() method, you can manage user-specified lines of business only in the Touchstone® Administration Console.

ClassContains the list of user-specified Lines of Business that you requested using the GetUserLineOfBusinesses() method.

The list contains all of the lines of business in the Exposure that you specified in the request.

While you can retrieve user-specified Lines of Business using the GetUserLineOfBusinesses() method, you can manage user-specified lines of business only in the Touchstone® Administration Console.

ClassContains the Business Unit SID, SQL Instance SID, Contract SID and Data Source SID of the Contract that you want to delete.
ClassContains the response to your request to delete a Contract using the SubmitDeleteContract() method.
ClassContains the Business Unit SID, SQL Instance SID, Data Source SID and Location SID of the Location that you want to delete.
ClassContains the response to your request to delete a Location using the SubmitDeleteLocation() method.
ClassContains Business Unit SID and SQL Instance SID associated with the contract or exposure set for which you want to modify perils.
ClassContains the activity identifier for the modified contract or an exposure set that you requested using the SubmitExposureModify() method.
ClassContains the Exposure View SID of the Exposure View that you want to geocode to ensure that it reflects the most current geocode data and physical properties data.
ClassContains the response to your request to geocode an Exposure View.
ClassContains the Business Unit SID, SQL Instance SID, and Contract of the Contract that you want to update.
ClassContains the Touchstone®-generated Sequential Identifier (SID) of the Contract that you have updated using the UpdateContract() method.
ClassContains the Business Unit SID, SQL Instance SID, Layer, and Contract SID of the Layer that you want to update.
ClassContains the Touchstone®-generated Sequential Identifier (SID) of the Layer that you have updated using the UpdateLayer() method.
ClassContains the Business Unit SID, SQL Instance SID, and Location of the Location that you want to update.
ClassContains the Touchstone®-generated Sequential Identifier (SID) of the Location that you have updated using the UpdateLocation() method, as well as the updated geocode match level for this updated Location.
ClassContains Business Unit SID and SQL Instance SID associated with the contract to validate, as well as the contract data.

The contract object includes a list of layers and a list of covered locations.

ClassContains the contract validation data that you requested using the ValidateExposure() method.
See Also

Reference

Air.Services.Proxy Assembly