Touchstone 11.0 API Reference
Request / Response Model
Overview > Request / Response Model

The Touchstone® API methods follow a request/response model. The parameters that you pass into a method take the form of properties on request objects. Methods always return the corresponding response objects.

Example Method Calls Using Request/Response Model
GetDataServersResponse GetDataServers(GetDataServersRequest request);
SubmitCreateDatabaseResponse SubmitCreateDatabase(SubmitCreateDatabaseRequest request);
UpdateExposureSetResponse UpdateExposureSet(UpdateExposureSetRequest request);