POST api/PatientDailyVitals/Create

Request Information

URI Parameters

None.

Body Parameters

PatVitals
NameDescriptionTypeAdditional information
VitId

integer

None.

RegNo

string

None.

Vid

integer

None.

VName

string

None.

Value

string

None.

VDate

date

None.

EntryDate

date

None.

EntryPerson

string

None.

ActiveStatus

boolean

None.

IsDoctorSeen

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "VitId": 1,
  "RegNo": "sample string 2",
  "Vid": 3,
  "VName": "sample string 4",
  "Value": "sample string 5",
  "VDate": "2025-12-21T15:27:20.4035796+05:30",
  "EntryDate": "2025-12-21T15:27:20.4035796+05:30",
  "EntryPerson": "sample string 8",
  "ActiveStatus": true,
  "IsDoctorSeen": true
}

application/xml, text/xml

Sample:
<PatVitals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
  <ActiveStatus>true</ActiveStatus>
  <EntryDate>2025-12-21T15:27:20.4035796+05:30</EntryDate>
  <EntryPerson>sample string 8</EntryPerson>
  <IsDoctorSeen>true</IsDoctorSeen>
  <RegNo>sample string 2</RegNo>
  <VDate>2025-12-21T15:27:20.4035796+05:30</VDate>
  <VName>sample string 4</VName>
  <Value>sample string 5</Value>
  <Vid>3</Vid>
  <VitId>1</VitId>
</PatVitals>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.