GET api/GetNochesAdicionales?id_viaje={id_viaje}&fecha={fecha}&logid={logid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_viaje | integer |
Required |
|
| fecha | string |
Required |
|
| logid | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
NochesAdicionalesCls| Name | Description | Type | Additional information |
|---|---|---|---|
| NochesAntes | integer |
None. |
|
| NochesDespues | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"NochesAntes": 1,
"NochesDespues": 2
}
application/xml, text/xml
Sample:
<NochesAdicionalesCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class"> <NochesAntes>1</NochesAntes> <NochesDespues>2</NochesDespues> </NochesAdicionalesCls>