POST api/BackgroundJob/details
Request Information
URI Parameters
None.
Body Parameters
BackgroundJobDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| task_id | globally unique identifier |
None. |
|
| job_type | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"task_id": "18ad0e15-7979-4bda-8a56-07c99bb12ed8",
"job_type": 2
}
text/html
Sample:
{"task_id":"18ad0e15-7979-4bda-8a56-07c99bb12ed8","job_type":2}
application/xml, text/xml
Sample:
<BackgroundJobDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"> <job_type>2</job_type> <task_id>18ad0e15-7979-4bda-8a56-07c99bb12ed8</task_id> </BackgroundJobDetailModel>
multipart/form-data
Sample:
<BackgroundJobDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LSAtlas_WebAPI.Models"><job_type>2</job_type><task_id>18ad0e15-7979-4bda-8a56-07c99bb12ed8</task_id></BackgroundJobDetailModel>
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. |