POST api2/PHLWDataEntry/GetAllDataEntries

Request Information

URI Parameters

None.

Body Parameters

PHLWSearchParamModel
NameDescriptionTypeAdditional information
Center

integer

None.

Area

integer

None.

Language

integer

None.

EECode

string

None.

DateSearch

date

None.

IsSearch

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Center": 1,
  "Area": 2,
  "Language": 3,
  "EECode": "sample string 4",
  "DateSearch": "2026-01-09T08:16:37.5908973-06:00",
  "IsSearch": true
}

application/xml, text/xml

Sample:
<PHLWSearchParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.PHLW.Models">
  <Area>2</Area>
  <Center>1</Center>
  <DateSearch>2026-01-09T08:16:37.5908973-06:00</DateSearch>
  <EECode>sample string 4</EECode>
  <IsSearch>true</IsSearch>
  <Language>3</Language>
</PHLWSearchParamModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.