POST api/Admin/DeletePatientSymptomsInfo
Request Information
URI Parameters
None.
Body Parameters
SymptomsDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| Status | integer |
None. |
|
| SymptomsPatientid | integer |
None. |
|
| createDate | date |
None. |
|
| modifiedDate | date |
None. |
|
| modifiedBy | string |
None. |
|
| name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"Status": 1,
"SymptomsPatientid": 2,
"createDate": "2026-04-25T11:21:17.7427414+00:00",
"modifiedDate": "2026-04-25T11:21:17.7427414+00:00",
"modifiedBy": "sample string 3",
"name": "sample string 4"
}
application/xml, text/xml
Sample:
<SymptomsDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <Status>1</Status> <SymptomsPatientid>2</SymptomsPatientid> <createDate>2026-04-25T11:21:17.7427414+00:00</createDate> <id>sample string 1</id> <modifiedBy>sample string 3</modifiedBy> <modifiedDate>2026-04-25T11:21:17.7427414+00:00</modifiedDate> <name>sample string 4</name> </SymptomsDetails>
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. |