POST api/Scope/{id}/Interface/AST/Test
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
ASTSettingsName | Description | Type | Additional information |
---|---|---|---|
ScopeId | integer |
None. |
|
OrganisationId | integer |
None. |
|
ContactId | integer |
None. |
|
Url | string |
None. |
|
UserName | string |
None. |
|
Password | string |
None. |
|
ClientId | string |
None. |
|
PushInterface | boolean |
None. |
|
Name | InterfaceName |
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:
{ "ScopeId": 1, "OrganisationId": 1, "ContactId": 1, "Url": "sample string 1", "UserName": "sample string 2", "Password": "sample string 3", "ClientId": "sample string 4", "PushInterface": true, "Name": "AST", "IsEnabled": true, "IsActive": true, "Quota": 1, "RepostInterval": 1, "ApplicationUrl": "sample string 7", "Debug": true, "InterfaceOn": false, "InterfaceSendData": true }
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. |