POST api/adp_home_codes
Request Information
URI Parameters
None.
Body Parameters
adp_home_codesName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
home_code | string |
None. |
|
home_code_description | string |
None. |
|
location | string |
None. |
|
schedule_source_local_station | string |
None. |
Request 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" }
application/xml, text/xml
Sample:
<adp_home_codes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
adp_home_codesName | Description | Type | Additional 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" }
application/xml, text/xml
Sample:
<adp_home_codes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvokeAPI"> <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>