POST Users/GetTransferPrice

Request Information

URI Parameters

None.

Body Parameters

cEntityTransferPriceRequest
NameDescriptionTypeAdditional information
tipo_transfer

string

None.

tipo_origem

string

None.

tipo_destino

string

None.

hotel_origem

integer

None.

hotel_destino

integer

None.

nr_pax

integer

None.

data_servico

string

None.

hora_servico

string

None.

minuto_servico

string

None.

lat_fixa

string

None.

lon_fixa

string

None.

hasError

boolean

None.

hasErrorDesc

string

None.

Creditials

string

None.

Request Formats

application/json, text/json

Sample:
{
  "tipo_transfer": "sample string 1",
  "tipo_origem": "sample string 2",
  "tipo_destino": "sample string 3",
  "hotel_origem": 4,
  "hotel_destino": 5,
  "nr_pax": 6,
  "data_servico": "sample string 7",
  "hora_servico": "sample string 8",
  "minuto_servico": "sample string 9",
  "lat_fixa": "sample string 10",
  "lon_fixa": "sample string 11",
  "hasError": true,
  "hasErrorDesc": "sample string 13",
  "Creditials": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of cEntityPriceResponse
NameDescriptionTypeAdditional information
hotel_origem

integer

None.

hotel_destino

integer

None.

origem_nome

string

None.

destino_nome

string

None.

id_viatura

integer

None.

id_contrato

integer

None.

nome_viatura

string

None.

nr_pax_reserva

integer

None.

maxpax_viatura

integer

None.

valor_venda

decimal number

None.

valor_custo

decimal number

None.

allotment

integer

None.

hasError

boolean

None.

hasErrorDesc

string

None.

imagem_viatura

string

None.

Dataservico

string

None.

Horaservico

string

None.

TempoPercurso

string

None.

tokenTmp

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "hotel_origem": 1,
    "hotel_destino": 2,
    "origem_nome": "sample string 3",
    "destino_nome": "sample string 4",
    "id_viatura": 5,
    "id_contrato": 6,
    "nome_viatura": "sample string 7",
    "nr_pax_reserva": 8,
    "maxpax_viatura": 9,
    "valor_venda": 10.0,
    "valor_custo": 11.0,
    "allotment": 12,
    "hasError": true,
    "hasErrorDesc": "sample string 14",
    "imagem_viatura": "sample string 15",
    "Dataservico": "sample string 16",
    "Horaservico": "sample string 17",
    "TempoPercurso": "sample string 18",
    "tokenTmp": "sample string 19"
  },
  {
    "hotel_origem": 1,
    "hotel_destino": 2,
    "origem_nome": "sample string 3",
    "destino_nome": "sample string 4",
    "id_viatura": 5,
    "id_contrato": 6,
    "nome_viatura": "sample string 7",
    "nr_pax_reserva": 8,
    "maxpax_viatura": 9,
    "valor_venda": 10.0,
    "valor_custo": 11.0,
    "allotment": 12,
    "hasError": true,
    "hasErrorDesc": "sample string 14",
    "imagem_viatura": "sample string 15",
    "Dataservico": "sample string 16",
    "Horaservico": "sample string 17",
    "TempoPercurso": "sample string 18",
    "tokenTmp": "sample string 19"
  }
]