The Touchstone Re 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 | |
---|---|
GetZoneSetsResponse GetZoneSets(GetZoneSetRequest request); SubmitImportUnicede2Response SubmitImportUnicede2(SubmitImportUnicede2Request request); UpdateProgramResponse UpdateProgram(UpdateProgramRequest request); |