GET api/htl_reception/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
htl_reception| Name | Description | Type | Additional information |
|---|---|---|---|
| id_recept | decimal number |
None. |
|
| id_htl | decimal number |
None. |
|
| date_rec | string |
None. |
|
| time_rec | string |
None. |
|
| cellphone | string |
None. |
|
| natCode | string |
None. |
|
| numPer | integer |
None. |
|
| status | byte |
None. |
|
| oparator | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id_recept": 1.0,
"id_htl": 1.0,
"date_rec": "sample string 2",
"time_rec": "sample string 3",
"cellphone": "sample string 4",
"natCode": "sample string 5",
"numPer": 1,
"status": 64,
"oparator": "sample string 6"
}
text/html
Sample:
{"id_recept":1.0,"id_htl":1.0,"date_rec":"sample string 2","time_rec":"sample string 3","cellphone":"sample string 4","natCode":"sample string 5","numPer":1,"status":64,"oparator":"sample string 6"}
application/xml, text/xml
Sample:
<htl_reception xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/setadEskan"> <cellphone>sample string 4</cellphone> <date_rec>sample string 2</date_rec> <id_htl>1</id_htl> <id_recept>1</id_recept> <natCode>sample string 5</natCode> <numPer>1</numPer> <oparator>sample string 6</oparator> <status>64</status> <time_rec>sample string 3</time_rec> </htl_reception>