POST Provider/DPT/Escalate

Provider escalates the DPT task from client and put the DPT task back to the queue. The DPT task should have already been confirmed accepted by the provider.

Request Information

URI Parameters

None.

Body Parameters

DPTActionReason
NameDescriptionTypeAdditional information
DPTProviderId

integer

None.

DPTActionReasonCodeId

integer

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DPTProviderId": 1,
  "DPTActionReasonCodeId": 2,
  "Note": "sample string 3"
}

application/xml, text/xml

Sample:
<DPTActionReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <DPTActionReasonCodeId>2</DPTActionReasonCodeId>
  <DPTProviderId>1</DPTProviderId>
  <Note>sample string 3</Note>
</DPTActionReason>

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.