Class | Description | |
---|---|---|
![]() | CreateContractRequest | Contains the Business Unit SID, SQL Instance SID, and Contract of the new Contract that you want to create. |
![]() | CreateContractResponse | Contains the Contract Sequential Identifier (SID), which uniquely identifies the Contract that you created using the CreateContract() method. |
![]() | CreateLayerRequest | Contains the Business Unit SID, SQL Instance SID, Contract SID, and Layer of the new Layer that you want to create. |
![]() | CreateLayerResponse | Contains the Layer Sequential Identifier (SID), which uniquely identifies the Layer that you created using the CreateLayer() method. |
![]() | CreateLocationRequest | Contains the Business Unit SID, SQL Instance SID, Contract SID, and Location of the new Location that you want to create. |
![]() | CreateLocationResponse | Contains 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. |
![]() | DeleteLayerRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID and Layer SID of the Layer that you want to delete. |
![]() | DeleteLayerResponse | Contains the response to your request to delete a Layer using the DeleteLayer() method. |
![]() | GeocodeLocationsRequest | Contains 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:
|
![]() | GeocodeLocationsResponse | Contains the list of geocoded locations that you requested using the GeocodeLocations() method. |
![]() | GetContractRequest | Contains the Business Unit SID, SQL Instance SID, Contract SID, and Exposure Set of the Contract that you want to retrieve. |
![]() | GetContractResponse | Contains the Contract that you have requested using the GetContract() method. |
![]() | GetContractsRequest | Contains the following properties of the Contracts to retrieve:
|
![]() | GetContractsResponse | Contains 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). |
![]() | GetLayerRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID, and Layer SID of the Layer that you want to retrieve. |
![]() | GetLayerResponse | Contains the Layer, including any associated Sublimits, that you have requested using the GetLayer() method. |
![]() | GetLayersRequest | Contains the following properties of the Layers that you want to retrieve for a given Contract: |
![]() | GetLayersResponse | Contains 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. |
![]() | GetLocationRequest | Contains the Business Unit SID, SQL Instance SID, Exposure Set, and Location SID of the Location that you want to retrieve. |
![]() | GetLocationResponse | Contains the Location that you have requested using the GetLocation() method. |
![]() | GetLocationsRequest | Contains the following properties of the Locations that you want to retrieve for a given Contract:
|
![]() | GetLocationsResponse | Contains 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). |
![]() | GetUserLineOfBusinessesRequest | Contains 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. |
![]() | GetUserLineOfBusinessesResponse | Contains 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. |
![]() | SubmitDeleteContractRequest | Contains the Business Unit SID, SQL Instance SID, Contract SID and Data Source SID of the Contract that you want to delete. |
![]() | SubmitDeleteContractResponse | Contains the response to your request to delete a Contract using the SubmitDeleteContract() method. |
![]() | SubmitDeleteLocationRequest | Contains the Business Unit SID, SQL Instance SID, Data Source SID and Location SID of the Location that you want to delete. |
![]() | SubmitDeleteLocationResponse | Contains the response to your request to delete a Location using the SubmitDeleteLocation() method. |
![]() | SubmitExposureModifyRequest | Contains Business Unit SID and SQL Instance SID associated with the contract or exposure set for which you want to modify perils. |
![]() | SubmitExposureModifyResponse | Contains the activity identifier for the modified contract or an exposure set that you requested using the SubmitExposureModify() method. |
![]() | SubmitGeocodeExposureViewRequest | Contains 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. |
![]() | SubmitGeocodeExposureViewResponse | Contains the response to your request to geocode an Exposure View. |
![]() | UpdateContractRequest | Contains the Business Unit SID, SQL Instance SID, and Contract of the Contract that you want to update. |
![]() | UpdateContractResponse | Contains the Touchstone®-generated Sequential Identifier (SID) of the Contract that you have updated using the UpdateContract() method. |
![]() | UpdateLayerRequest | Contains the Business Unit SID, SQL Instance SID, Layer, and Contract SID of the Layer that you want to update. |
![]() | UpdateLayerResponse | Contains the Touchstone®-generated Sequential Identifier (SID) of the Layer that you have updated using the UpdateLayer() method. |
![]() | UpdateLocationRequest | Contains the Business Unit SID, SQL Instance SID, and Location of the Location that you want to update. |
![]() | UpdateLocationResponse | Contains 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. |
![]() | ValidateExposureRequest | Contains 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. |
![]() | ValidateExposureResponse | Contains the contract validation data that you requested using the ValidateExposure() method. |