Public Function ValidateExposure( _ ByVal request As ValidateExposureRequest _ ) As ValidateExposureResponse
Dim instance As ExposureManagementServiceClient Dim request As ValidateExposureRequest Dim value As ValidateExposureResponse value = instance.ValidateExposure(request)
public ValidateExposureResponse ValidateExposure( ValidateExposureRequest request )
Parameters
- request
- Contains a ValidateExposureRequest that identifies the contract to validate, as well as the Touchstone-generated Business Unit SID and SQL Instance SID to associate with the locations.
Return Value
A ValidateExposureResponse containing the ContractValidationOutput object, which details any errors associated with the contract.
You can use the information to correct the contract data before you import it.
.