POST api/Applications/ScheduleAutomatedTestrunsTasks?ScheduledAutomatedTestrunID={ScheduledAutomatedTestrunID}&Task={Task}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduledAutomatedTestrunID | integer |
Required |
|
| Task | string |
Required |
Body Parameters
ScheduleAutomatedRunsNowDevice| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceTypeList | string |
None. |
|
| DeviceOSList | string |
None. |
|
| DeviceSerialNumberList | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceTypeList": "sample string 1",
"DeviceOSList": "sample string 2",
"DeviceSerialNumberList": "sample string 3"
}
application/xml, text/xml
Sample:
<SofyLive.ScheduleAutomatedRunsNowDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi.Classes"> <DeviceOSList>sample string 2</DeviceOSList> <DeviceSerialNumberList>sample string 3</DeviceSerialNumberList> <DeviceTypeList>sample string 1</DeviceTypeList> </SofyLive.ScheduleAutomatedRunsNowDevice>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |