POST api2/PHLWDataEntry/UpdateDataEntry

Request Information

URI Parameters

None.

Body Parameters

DataEntryModel
NameDescriptionTypeAdditional information
DataNbr

integer

None.

EECode

integer

None.

Center

integer

None.

Area

integer

None.

Language

integer

None.

TimeIn

date

None.

TimeOut

date

None.

EMRNbr

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DataNbr": 1,
  "EECode": 2,
  "Center": 3,
  "Area": 4,
  "Language": 5,
  "TimeIn": "2026-01-09T08:15:11.8076223-06:00",
  "TimeOut": "2026-01-09T08:15:11.8076223-06:00",
  "EMRNbr": "sample string 8",
  "Notes": "sample string 9"
}

application/xml, text/xml

Sample:
<DataEntryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Models.PHLW">
  <Area>4</Area>
  <Center>3</Center>
  <DataNbr>1</DataNbr>
  <EECode>2</EECode>
  <EMRNbr>sample string 8</EMRNbr>
  <Language>5</Language>
  <Notes>sample string 9</Notes>
  <TimeIn>2026-01-09T08:15:11.8076223-06:00</TimeIn>
  <TimeOut>2026-01-09T08:15:11.8076223-06:00</TimeOut>
</DataEntryModel>

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.