You are on page 1of 5

UNIVERSIDAD NACIONAL EXPERIMENTAL DE GUAYANA

VICERRECTORADO ACADEMICO

CARRERA DE PREGRADO: INGENIERÍA EN INFORMÁTICA

UNIDAD CURRICULAR: BASE DE DATOS II

SECCIÓN 1

PROFESOR: INTEGRANTES:

LUIS GARCÍA ALYSMAR ZUÑIGA C.I: 27081044

DANIELA ARBELAEZ C.I: 21247136

ROSIBEL CAMPOS C.I: 16894478

Ejemplo de JSON para la RESERVA DE UN HOTEL

"status_id": 1,

"resultReserve": {

"providerId": "c38db750-f019-11e7-abda-5d635934b608",

"providerName": "Hotel DO",

"nameAdapter": "Hotel_Do",

"id": "100034210",

"title": "The James Chicago Hotel",

"description": null,

"categoryId": 1,

"productId": "100034210",

"origin": null,

"destination": "CHI",
"dateIni": "2018-03-22T00:00:00",

"dateEnd": "2018-03-26T00:00:00",

"serviceResponse": null,

"additionalInfo": {

"idReservation": "100034210",

"statusProvider": "CONFIRMED",

"status": 1,

"cancelationReasons": null,

"commission": 0,

"totalPrice": 580.6882,

"nights": 4,

"payBefore": null,

"company": null,

"reservationDetail": [

"roomNumber": 1,

"roomType": "King Guestroom",

"refPrice": 580,

"pax": [

"id": "100034210",

"lastName": "McGee",

"firstName": "Maurice",

"qty": 1,

"type": "Adult",

"age": 21

},
{

"id": "100034210",

"lastName": "Welch",

"firstName": "Lina",

"qty": 1,

"type": "Child",

"age": 3

],

"cxlPolicy": [

"from": "2018-03-08T00:00:00",

"to": "2018-03-16T00:00:00",

"cxlCharge": 580.688232

],

"hotelDetail": {

"name": "The James Chicago Hotel",

"location": {

"country": "United States",

"state": "Illinois",

"city": "Chicago",

"zone": ""

},

"address": {
"address": "55 East Ontario",

"zipcode": "60611"

},

"phone": ""

},

"category_id": 1,

"providerId": "c38db750-f019-11e7-abda-5d635934b608",

"netPrice": 351.038757,

"paxList": [

"address": "Agencia de prueba AR",

"age": 0,

"country": "Venezuela",

"email": "alexandra@gmail.com",

"firstName": "leonardo",

"holder": "holder",

"identification": "56465465",

"identificationType": null,

"lastName": "hernandez",

"phone": "12345678",

"title": null

},
{

"address": "Agencia de prueba AR",

"age": 0,

"country": "Venezuela",

"email": "alexandra@gmail.com",

"firstName": "leonardo",

"holder": "",

"identification": "56456465",

"identificationType": null,

"lastName": "hernandez",

"phone": "12345678",

"title": null

],

"uid": "10361451-TWCB"

You might also like