GET api/adp_home_codes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of adp_home_codes
NameDescriptionTypeAdditional information
id

integer

None.

home_code

string

None.

home_code_description

string

None.

location

string

None.

schedule_source_local_station

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "home_code": "sample string 2",
    "home_code_description": "sample string 3",
    "location": "sample string 4",
    "schedule_source_local_station": "sample string 5"
  },
  {
    "id": 1,
    "home_code": "sample string 2",
    "home_code_description": "sample string 3",
    "location": "sample string 4",
    "schedule_source_local_station": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfadp_home_codes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI">
  <adp_home_codes>
    <home_code>sample string 2</home_code>
    <home_code_description>sample string 3</home_code_description>
    <id>1</id>
    <location>sample string 4</location>
    <schedule_source_local_station>sample string 5</schedule_source_local_station>
  </adp_home_codes>
  <adp_home_codes>
    <home_code>sample string 2</home_code>
    <home_code_description>sample string 3</home_code_description>
    <id>1</id>
    <location>sample string 4</location>
    <schedule_source_local_station>sample string 5</schedule_source_local_station>
  </adp_home_codes>
</ArrayOfadp_home_codes>