POST api/AddPowermapEscalation
Request Information
URI Parameters
None.
Body Parameters
PowermapEscalation| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| DoctorID | integer |
None. |
|
| DoctorMobile | string |
None. |
|
| BranchId | integer |
None. |
|
| PatientId | integer |
None. |
|
| CP_No | integer |
None. |
|
| IsEscalated | boolean |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DoctorID": 2,
"DoctorMobile": "sample string 3",
"BranchId": 4,
"PatientId": 5,
"CP_No": 6,
"IsEscalated": true,
"CreatedBy": "sample string 8",
"ModifiedOn": "2026-01-15T19:17:21.1191912+05:30"
}
application/x-www-form-urlencoded
Sample:
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. |