GET api/GetNochesAdicionales?id_viaje={id_viaje}&fecha={fecha}&logid={logid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_viaje

integer

Required

fecha

string

Required

logid

string

Default value is

Body Parameters

None.

Response Information

Resource Description

NochesAdicionalesCls
NameDescriptionTypeAdditional 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>