POST api/Scope/{id}/Interface/HotelCareer/Test
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
HotelCareerSettingsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
FtpHost | string |
None. |
|
UserName | string |
None. |
|
Password | string |
None. |
|
PushInterface | boolean |
None. |
|
Name | InterfaceName |
None. |
|
TemplateMedia | string |
None. |
|
TemplateWidth | integer |
None. |
|
TemplateTimeout | integer |
None. |
|
IsEnabled | boolean |
None. |
|
IsActive | boolean |
None. |
|
Quota | integer |
None. |
|
RepostInterval | integer |
None. |
|
ApplicationUrl | string |
None. |
|
Debug | boolean |
None. |
|
InterfaceOn | boolean |
None. |
|
InterfaceSendData | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "FtpHost": "sample string 1", "UserName": "sample string 2", "Password": "sample string 3", "PushInterface": true, "Name": "HotelCareer", "TemplateMedia": "sample string 4", "TemplateWidth": 1, "TemplateTimeout": 1, "IsEnabled": true, "IsActive": true, "Quota": 1, "RepostInterval": 1, "ApplicationUrl": "sample string 7", "Debug": true, "InterfaceOn": false, "InterfaceSendData": false }
Response Information
Resource Description
HttpResponseMessageName | 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. |