POST api/Scope/{id}/Interface/HogaPage/Test

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

HogaPageSettings
NameDescriptionTypeAdditional information
Url

string

None.

UserName

string

None.

Password

string

None.

CompanyOfficeId

integer

None.

Name

InterfaceName

None.

InterfaceSendData

boolean

None.

IsEnabled

boolean

None.

IsActive

boolean

None.

Quota

integer

None.

RepostInterval

integer

None.

PushInterface

boolean

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",
  "CompanyOfficeId": 1,
  "Name": "HogaPage",
  "InterfaceSendData": false,
  "IsEnabled": true,
  "IsActive": true,
  "Quota": 1,
  "RepostInterval": 1,
  "PushInterface": false,
  "ApplicationUrl": "sample string 6",
  "Debug": true,
  "InterfaceOn": true
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.