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:bookmodify [2016/11/10 19:49] onieto |
public:bookmodify [2017/01/20 13:17] (actual) |
||
|---|---|---|---|
| Línea 27: | Línea 27: | ||
| * Pax -> Elemento con la información sobre una persona | * Pax -> Elemento con la información sobre una persona | ||
| * Id -> Identificador de la persona en la información de la reserva | * Id -> Identificador de la persona en la información de la reserva | ||
| - | * Name -> Nombre | + | * Name -> Nombre (y apellidos) |
| - | * SurName -> Apellidos | + | |
| * Passport -> Pasaporte | * Passport -> Pasaporte | ||
| * Email -> Email | * Email -> Email | ||
| Línea 40: | 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 52: | Línea 50: | ||
| <BookingInfo> | <BookingInfo> | ||
| <Paxes> | <Paxes> | ||
| - | <Pax Id="0" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="0" Name="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> |
| - | <Pax Id="1" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="1" 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>0</PaxId> | <PaxId>0</PaxId> | ||
| Línea 72: | Línea 70: | ||
| "Id": 0, | "Id": 0, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 85: | Línea 82: | ||
| "Id": 1, | "Id": 1, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 99: | Línea 95: | ||
| { | { | ||
| "Type": 1, | "Type": 1, | ||
| - | "Category": 0, | ||
| "PaxIds": [ | "PaxIds": [ | ||
| 0,1 | 0,1 | ||
| Línea 135: | Línea 130: | ||
| <BookingInfo> | <BookingInfo> | ||
| <Paxes> | <Paxes> | ||
| - | <Pax Id="1010" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="1010" Name="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> |
| - | <Pax Id="1011" Name="string" SurName="string" Passport="string" Email="string" Address="string" Telephone="string" Child="false" Age="0" DepartureFlight="string" ReturnFlight="string" /> | + | <Pax Id="1011" 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"> | + | <Room Type="Double" Price="150"> |
| <PaxIds> | <PaxIds> | ||
| <PaxId>1010</PaxId> | <PaxId>1010</PaxId> | ||
| Línea 162: | Línea 157: | ||
| "Id": 1012, | "Id": 1012, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 175: | Línea 169: | ||
| "Id": 1013, | "Id": 1013, | ||
| "Name": "string", | "Name": "string", | ||
| - | "SurName": "string", | ||
| "Passport": "string", | "Passport": "string", | ||
| "Email": "string", | "Email": "string", | ||
| Línea 189: | Línea 182: | ||
| { | { | ||
| "Type": 1, | "Type": 1, | ||
| - | "Category": 0, | ||
| "PaxIds": [ | "PaxIds": [ | ||
| 1012, | 1012, | ||