This is used to validate that the connection to the api is valid.
Name | Description | Additional information |
---|---|---|
request | No documentation available. |
Define this parameter in the request body. |
{ "ManagementFirmName": "sample string 1" }
<BaseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VendorIntegration.ClientModels.BOL"> <ManagementFirmName>sample string 1</ManagementFirmName> </BaseRequest>
Sample not available.
{ "Code": "sample string 1", "Message": "sample string 2", "Description": "sample string 3", "Link": "sample string 4" }
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VendorIntegration.ClientModels.BOL"> <Code>sample string 1</Code> <Description>sample string 3</Description> <Link>sample string 4</Link> <Message>sample string 2</Message> </Response>