POST api/Substratum/VsoftConnect
Request Information
URI Parameters
None.
Body Parameters
VsoftActivityConnectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Username | string |
None. |
|
| SubstratumName | string |
None. |
|
| FortressName | string |
None. |
|
| MachineId | string |
None. |
|
| ConnectionId | string |
None. |
|
| FortressId | globally unique identifier |
None. |
|
| FortressMac | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "595ee6f9-025c-44ec-bdd8-8126a5cb79cd",
"Username": "sample string 2",
"SubstratumName": "sample string 3",
"FortressName": "sample string 4",
"MachineId": "sample string 5",
"ConnectionId": "sample string 6",
"FortressId": "a2948d03-4e0f-4b4e-8b67-2370dfdeb98e",
"FortressMac": "sample string 8"
}
application/xml, text/xml
Sample:
<VsoftActivityConnectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Citadel.WebAPI.Models"> <ConnectionId>sample string 6</ConnectionId> <FortressId>a2948d03-4e0f-4b4e-8b67-2370dfdeb98e</FortressId> <FortressMac>sample string 8</FortressMac> <FortressName>sample string 4</FortressName> <Id>595ee6f9-025c-44ec-bdd8-8126a5cb79cd</Id> <MachineId>sample string 5</MachineId> <SubstratumName>sample string 3</SubstratumName> <Username>sample string 2</Username> </VsoftActivityConnectModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.