Contains the requests and responses for Touchstone® Re Activity Management.
Classes
| Class | Description |
 | CancelActivityRequest | Contains the Activity SID associated with the specified Business Unit SID that you want to cancel. |
 | CancelActivityResponse | Contains the response to your request to retrieve the Activity Status of an activity that you canceled using the CancelActivityRequest() method. |
 | GetActivitiesRequest | Contains the Business Unit SID, SQL Instance SID, and optional Filters associated with the Activities that you want to retrieve. |
 | GetActivitiesResponse | Contains the response to your request to retrieve a set of Activities using the GetActivities() method. |
 | GetActivityRequest | Contains the Business Unit SID, SQL Instance SID, and Activity Sequential Identifier (SID) of the Activity for which you want to check the status. |
 | GetActivityResponse | Contains the detailed Activity information that you have requested for a specific Activity using the GetActivity() method. |
 | GetFileRequest | Contains the following properties associated with the Activity for which to retrieve the path to the associated log file:
|
 | GetFileResponse | Contains the path to and detailed information about the log file associated with a specific Activity that you have requested using the GetFile() method. |
 | GetFileTemplatesRequest | Contains the following properties associated with the Activity for which to retrieve the names of Activity file templates:
|
 | GetFileTemplatesResponse | Contains a list of the Activity file templates associated with a specific Activity that you have requested using the GetFileTemplates() method. |
 | GetImportCombinedLogRequest | Contains the validation error messages for the exposure data imported in Touchstone. |
 | GetImportCombinedLogResponse | Contains the detailed information about the validation error messages including the geocoding errors, statistical data, business errors, data errors, error summary, and exceptions associated with each exposure imported into Touchstone. |
 | SubmitDeleteActivitiesRequest | Contains the Business Unit SID, SQL Instance SID, and Activity Sequential Identifiers (SID) of the Activity that you want to delete. |
 | SubmitDeleteActivitiesResponse | Contains the response to your request to delete a list of Activities using the SubmitDeleteActivities() method. |
 | SubmitDeleteActivityRequest | Contains the Business Unit SID, SQL Instance SID, and Activity Sequential Identifier (SID) of the Activity that you want to delete. |
 | SubmitDeleteActivityResponse | Contains the response to your request to delete an Activity using the SubmitDeleteActivity() method. |
See Also