Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anterior Revisión previa Próxima revisión | Revisión previa | ||
|
public:book [2016/11/11 17:17] onieto |
public:book [2017/01/20 13:17] (actual) |
||
|---|---|---|---|
| Línea 39: | Línea 39: | ||
| * Room -> Elemento con la información sobre la habitación | * Room -> Elemento con la información sobre la habitación | ||
| * Type -> [[public:enums|Enumerador del tipo de habitación]] | * Type -> [[public:enums|Enumerador del tipo de habitación]] | ||
| - | * Category -> [[public:enums|Enumerador del tipo de categoría de precios de la habitación]] | ||
| * Price -> Precio de la habitación (obligatorio superior al neto de Eurorutas) | * Price -> Precio de la habitación (obligatorio superior al neto de Eurorutas) | ||
| * PaxIds -> Contenedor de la distribución de personas asociados a la habitación | * PaxIds -> Contenedor de la distribución de personas asociados a la habitación | ||
| Línea 55: | Línea 54: | ||
| </Paxes> | </Paxes> | ||
| <Rooms> | <Rooms> | ||
| - | <Room Type="Double" Category="Turista" Price="150.10"> | + | <Room Type="Double" Price="150.10"> |
| <PaxIds> | <PaxIds> | ||
| <PaxId>0</PaxId> | <PaxId>0</PaxId> | ||
| Línea 71: | Línea 70: | ||
| "Id": 0, | "Id": 0, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 84: | Línea 82: | ||
| "Id": 1, | "Id": 1, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 98: | Línea 95: | ||
| { | { | ||
| "Type": 1, | "Type": 1, | ||
| - | "Category": 0, | ||
| "PaxIds": [ | "PaxIds": [ | ||
| 0,1 | 0,1 | ||
| Línea 134: | Línea 130: | ||
| <BookingInfo> | <BookingInfo> | ||
| <Paxes> | <Paxes> | ||
| - | <Pax Id="1008" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="1008" Name="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> |
| - | <Pax Id="1009" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="1009" Name="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> |
| </Paxes> | </Paxes> | ||
| <Rooms> | <Rooms> | ||
| - | <Room Type="Double" Category="Turista" Price="150.10"> | + | <Room Type="Double" Price="150.10"> |
| <PaxIds> | <PaxIds> | ||
| <PaxId>1008</PaxId> | <PaxId>1008</PaxId> | ||
| Línea 161: | Línea 157: | ||
| "Id": 1006, | "Id": 1006, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 174: | Línea 169: | ||
| "Id": 1007, | "Id": 1007, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 188: | Línea 182: | ||
| { | { | ||
| "Type": 1, | "Type": 1, | ||
| - | "Category": 0, | ||
| "PaxIds": [ | "PaxIds": [ | ||
| 1006, | 1006, | ||