GET api/htl_eskan/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
htl_eskan| Name | Description | Type | Additional information |
|---|---|---|---|
| id_esk | decimal number |
None. |
|
| id_htl | decimal number |
None. |
|
| date_esk | string |
None. |
|
| num_en | integer |
None. |
|
| num_ex | integer |
None. |
|
| time_esk | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_esk": 1.0,
"id_htl": 1.0,
"date_esk": "sample string 2",
"num_en": 1,
"num_ex": 1,
"time_esk": "sample string 3"
}
text/html
Sample:
{"id_esk":1.0,"id_htl":1.0,"date_esk":"sample string 2","num_en":1,"num_ex":1,"time_esk":"sample string 3"}
application/xml, text/xml
Sample:
<htl_eskan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan"> <date_esk>sample string 2</date_esk> <id_esk>1</id_esk> <id_htl>1</id_htl> <num_en>1</num_en> <num_ex>1</num_ex> <time_esk>sample string 3</time_esk> </htl_eskan>