POST Provider/Task/ForceQuitSession
Mark the current task session for the provider (when the provider is currently a listener) as finished
Request Information
URI Parameters
None.
Body Parameters
ParaReasonName | Description | Type | Additional information |
---|---|---|---|
Reason | string |
None. |
|
Successful | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Reason": "sample string 1", "Successful": "sample string 2" }
application/xml, text/xml
Sample:
<ParaReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Reason>sample string 1</Reason> <Successful>sample string 2</Successful> </ParaReason>
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. |