POST api/DeleteSurgicalHistory
Request Information
URI Parameters
None.
Body Parameters
SurgicalHistoryVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| pHciTransNo | string |
None. |
|
| fk_Profiles_Id | integer |
None. |
|
| pSurgDesc | string |
None. |
|
| pSurgDate | date |
None. |
|
| pSurgDateStr | string |
None. |
|
| AddedBy | string |
None. |
|
| DateAdded | date |
None. |
|
| DateAddedStr | string |
None. |
|
| DeletedBy | string |
None. |
|
| DateDeleted | date |
None. |
|
| DateDeletedStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"pHciTransNo": "sample string 2",
"fk_Profiles_Id": 1,
"pSurgDesc": "sample string 3",
"pSurgDate": "2026-01-28T09:26:20.3956405+08:00",
"pSurgDateStr": "sample string 4",
"AddedBy": "sample string 5",
"DateAdded": "2026-01-28T09:26:20.3956405+08:00",
"DateAddedStr": "sample string 6",
"DeletedBy": "sample string 7",
"DateDeleted": "2026-01-28T09:26:20.3956405+08:00",
"DateDeletedStr": "sample string 8"
}
application/xml, text/xml
Sample:
<SurgicalHistoryVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/konsulta_api.Models"> <AddedBy>sample string 5</AddedBy> <DateAdded>2026-01-28T09:26:20.3956405+08:00</DateAdded> <DateAddedStr>sample string 6</DateAddedStr> <DateDeleted>2026-01-28T09:26:20.3956405+08:00</DateDeleted> <DateDeletedStr>sample string 8</DateDeletedStr> <DeletedBy>sample string 7</DeletedBy> <Id>1</Id> <fk_Profiles_Id>1</fk_Profiles_Id> <pHciTransNo>sample string 2</pHciTransNo> <pSurgDate>2026-01-28T09:26:20.3956405+08:00</pSurgDate> <pSurgDateStr>sample string 4</pSurgDateStr> <pSurgDesc>sample string 3</pSurgDesc> </SurgicalHistoryVm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.