POST api/Scope/{id}/Interface/Hokify/Test?fn={fn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| fn | string |
None. |
Body Parameters
HokifySettings| Name | Description | Type | Additional information |
|---|---|---|---|
| Url | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| CompanyId | string |
None. |
|
| Name | InterfaceName |
None. |
|
| InterfaceSendData | boolean |
None. |
|
| PushInterface | boolean |
None. |
|
| IsEnabled | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| Quota | integer |
None. |
|
| RepostInterval | integer |
None. |
|
| ApplicationUrl | string |
None. |
|
| Debug | boolean |
None. |
|
| InterfaceOn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Url": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3",
"CompanyId": "sample string 4",
"Name": "Hokify",
"InterfaceSendData": true,
"PushInterface": true,
"IsEnabled": true,
"IsActive": true,
"Quota": 1,
"RepostInterval": 1,
"ApplicationUrl": "sample string 8",
"Debug": true,
"InterfaceOn": true
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |