PUT api/Clients/{businessType}/{businessId}/Add/Business/{connectionType}/{subClientId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| businessType | No documentation available. |
Define this parameter in the request URI. |
| businessId | No documentation available. |
Define this parameter in the request URI. |
| connectionType | No documentation available. |
Define this parameter in the request URI. |
| subClientId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"connectionId": "545070a7-533e-4e5f-be4b-0c4fbd590078"
}
text/xml
Sample:
<ConnectionIdModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Heshev.Site.Api.Models"> <ConnectionId>545070a7-533e-4e5f-be4b-0c4fbd590078</ConnectionId> </ConnectionIdModel>