POST api/SaveSurgicalHistory

Request Information

URI Parameters

None.

Body Parameters

SurgicalHistoryVm
NameDescriptionTypeAdditional 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:24:58.5086997+08:00",
  "pSurgDateStr": "sample string 4",
  "AddedBy": "sample string 5",
  "DateAdded": "2026-01-28T09:24:58.5086997+08:00",
  "DateAddedStr": "sample string 6",
  "DeletedBy": "sample string 7",
  "DateDeleted": "2026-01-28T09:24:58.5086997+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:24:58.5086997+08:00</DateAdded>
  <DateAddedStr>sample string 6</DateAddedStr>
  <DateDeleted>2026-01-28T09:24:58.5086997+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:24:58.5086997+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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.