حجز القطار

حالات الاستخدام

تعرض حالات الاستخدام التالية أمثلة شائعة حول طريقة استخدام مخطّط TrainReservation. يمكنك الاستعانة بهذه الأمثلة للتأكّد من تنظيم الترميز بشكل صحيح.

تأكيد الحجز الأساسي

يمكنك تضمين الترميز التالي في بريدك الإلكتروني عند إرسال تأكيد الحجز.

سيعرض تطبيق Google تفاصيل الحجز في يوم الرحلة وسيبلغ المستخدم بموعد المغادرة للوصول إلى محطة القطار في الوقت المحدد (مع مراعاة وسيلة النقل وحركة المرور وما إلى ذلك). إذا قدّمت عنوان URL لتسجيل الوصول كما في المثال أدناه، سيعرض تطبيق Google هذا العنوان للمستخدم قبل 24 ساعة من موعد الرحلة للمستخدم.

JSON-LD

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "TrainReservation",
  "reservationNumber": "AB3XY2",
  "reservationStatus": "http://schema.org/ReservationConfirmed",
  "reservationFor": {
    "@type": "TrainTrip",
    "departureStation": {
      "@type": "TrainStation",
      "name": "Munich Central"
    },
    "departureTime": "2017-01-04T10:30:00+01:00",
    "arrivalStation": {
      "@type": "TrainStation",
      "name": "Paris Gare De Lyon"
    },
    "arrivalTime": "2017-01-04T03:10:00+01:00"
  }
}
</script>

البيانات الجزئية

<div itemscope itemtype="http://schema.org/TrainReservation">
  <meta itemprop="reservationNumber" content="AB3XY2"/>
  <link itemprop="reservationStatus" href="http://schema.org/ReservationConfirmed"/>
  <div itemprop="reservationFor" itemscope itemtype="http://schema.org/TrainTrip">
    <div itemprop="departureStation" itemscope itemtype="http://schema.org/TrainStation">
      <meta itemprop="name" content="Munich Central"/>
    </div>
    <meta itemprop="departureTime" content="2017-01-04T10:30:00+01:00"/>
    <div itemprop="arrivalStation" itemscope itemtype="http://schema.org/TrainStation">
      <meta itemprop="name" content="Paris Gare De Lyon"/>
    </div>
    <meta itemprop="arrivalTime" content="2017-01-04T03:10:00+01:00"/>
  </div>
</div>

بطاقة صعود الطائرة وتذكرة

بالإضافة إلى تأكيد الحجز، يمكنك إرسال بطاقة تأكيد صعود الطائرة في رسالة إلكترونية منفصلة.

لا يمكن لبطاقات التأكيد أن تساعد المستخدم في الوصول إلى محطة القطار في الوقت المحدد فحسب، بل يمكنها أيضًا عرض التذكرة للمستخدم أثناء الرحلة. لهذا السبب، يجب تضمين بعض الحقول الإضافية في الترميز. إذا كانت هناك حقول إضافية مطلوبة للصعود إلى الطائرة، يُرجى إدراجها في الحقل additionalTicketText.

بالنسبة إلى التذاكر التي لا تتضمّن مقاعد محجوزة، الحقول التالية هي : numSeats وticketNumber وticketToken.

JSON-LD

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "TrainReservation",
  "reservationNumber": "AB3XY2",
  "underName": {
    "@type": "Person",
    "name": "Eva Green"
  },
  "reservationStatus": "http://schema.org/ReservationConfirmed",
  "reservationFor": {
    "@type": "TrainTrip",
    "departureStation": {
      "@type": "TrainStation",
      "name": "Munich Central"
    },
    "departureTime": "2017-01-04T10:30:00+01:00",
    "arrivalStation": {
      "@type": "TrainStation",
      "name": "Paris Gare De Lyon"
    },
    "arrivalTime": "2017-01-04T03:10:00+01:00"
  },
  "reservedTicket": {
    "@type": "Ticket",
    "underName": "Eva Green",
    "ticketNumber": "123XYZ",
    "ticketToken": "aztecCode:AB34",
    "additionalTicketText": "We recommend that you arrive at the station at least 30 minutes prior to your scheduled departure. Allow additional time if you need help with baggage or tickets."
  }
}
</script>

البيانات الجزئية

<div itemscope itemtype="http://schema.org/TrainReservation">
  <meta itemprop="reservationNumber" content="AB3XY2"/>
  <div itemprop="underName" itemscope itemtype="http://schema.org/Person">
    <meta itemprop="name" content="Eva Green"/>
  </div>
  <link itemprop="reservationStatus" href="http://schema.org/ReservationConfirmed"/>
  <div itemprop="reservationFor" itemscope itemtype="http://schema.org/TrainTrip">
    <div itemprop="departureStation" itemscope itemtype="http://schema.org/TrainStation">
      <meta itemprop="name" content="Munich Central"/>
    </div>
    <meta itemprop="departureTime" content="2017-01-04T10:30:00+01:00"/>
    <div itemprop="arrivalStation" itemscope itemtype="http://schema.org/TrainStation">
      <meta itemprop="name" content="Paris Gare De Lyon"/>
    </div>
    <meta itemprop="arrivalTime" content="2017-01-04T03:10:00+01:00"/>
  </div>
  <div itemprop="reservedTicket" itemscope itemtype="http://schema.org/Ticket">
    <meta itemprop="underName" content="Eva Green"/>
    <meta itemprop="ticketNumber" content="123XYZ"/>
    <meta itemprop="ticketToken" content="aztecCode:AB34"/>
    <meta itemprop="additionalTicketText" content="We recommend that you arrive at the station at least 30 minutes prior to your scheduled departure. Allow additional time if you need help with baggage or tickets."/>
  </div>
</div>

بالنسبة إلى التذاكر التي تمّ حجز مقاعد لها، الحقول التالية هي : seatNumber وseatingType وticketNumber وticketToken.

JSON-LD

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "@type": "TrainReservation",
  "reservationNumber": "AB3XY2",
  "underName": {
    "@type": "Person",
    "name": "Eva Green"
  },
  "reservationStatus": "http://schema.org/ReservationConfirmed",
  "reservationFor": {
    "@type": "TrainTrip",
    "departureStation": {
      "@type": "TrainStation",
      "name": "Munich Central"
    },
    "departureTime": "2017-01-04T10:30:00+01:00",
    "arrivalStation": {
      "@type": "TrainStation",
      "name": "Paris Gare De Lyon"
    },
    "arrivalTime": "2017-01-04T03:10:00+01:00"
  },
  "reservedTicket": {
    "@type": "Ticket",
    "underName": "Eva Green",
    "ticketedSeat": {
      "@type": "Seat",
      "seatNumber": "27B",
      "seatingType": "1st Class"
    },
    "ticketNumber": "123XYZ",
    "ticketToken": "aztecCode:AB34",
    "additionalTicketText": "We recommend that you arrive at the station at least 30 minutes prior to your scheduled departure. Allow additional time if you need help with baggage or tickets."
  }
}
</script>

البيانات الجزئية

<div itemscope itemtype="http://schema.org/TrainReserva>tio<n"
  meta itemprop="reservationNumber&quo>t; <content="AB3XY2"/
  div itemprop="underName" items>cope <itemtype="http://schema.org/Person&q>uot<;
  >  m<eta itemprop="name" content="Eva Green"/
  /div
  link itemp>rop<="reservationStatus" href="http://schema.org/ReservationConfirm>ed&qu<ot;/
  div itemprop="reservationFor" itemscope itemtype="http://sche>ma.org/<TrainTrip"
    div itemprop="departu>reSta<tion>"<; itemscope itemtype="http://schema.org/TrainStation"
  >    m<eta itemprop="name" content="Munich Central"/
    /div
    me>ta item<prop="departureTime" content="2017->01-04<T10:>30:00<+01:00"/
    div itemprop="arrivalStation" itemsc>ope< ite>mty<pe="http://schema.org/TrainStation"
      meta itemprop="nam>e&quo<t; content="Paris Gare De Lyon"/
   > /div<
    meta itemprop="arrivalTime" content="2017-01-04T03:>10:00+0<1:00"/
  /div
  div itemprop="r>eserved<Ticket" itemscope itemtype="http://sch>ema.o<rg/T>icket<"
    meta itemprop="underName"> cont<ent="Eva Green"/
    div itemprop="tic>keted<Seat" itemscope itemtype="http://schema.org/Seat"
      meta itemprop="seatNumber" content="27B"/
      meta itemprop="seatingType" content="1st Class"/
  >  /<div
> <   m>eta itemprop="ticketNumber" content="123XYZ"/
    meta itemprop="ticketToken" content="aztecCode:AB34"/
    meta itemprop="additionalTicketText" content="We recommend that you arrive at the station at least 30 minutes prior to your scheduled departure. Allow additional time if you need help with baggage or tickets."/
  /div
/div

ركّاب متعددون

لوصف حجز يشمل عدة ركّاب، استخدِم سمة TrainReservation واحدة لكل راكب في كل رحلة.

JSON-LD

<script type="application/ld+>json"
[
  {
    "@context": "http://schema.org",
    "@type": "TrainReservation",
    "reservationNumber": "AB3XY2",
    "reservationStatus": "http://schema.org/ReservationConfirmed",
    "reservationFor": {
      "@type": "TrainTrip",
      "departureStation": {
        "@type": "TrainStation",
        "name": "Munich Central"
      },
      "departureTime": "2017-01-04T10:30:00+01:00",
      "arrivalStation": {
        "@type": "TrainStation",
        "name": "Paris Gare De Lyon"
      },
      "arrivalTime": "2017-01-04T03:10:00+01:00"
    },
    "reservedTicket": {
      "@type": "Ticket",
      "underName": {
        "@type": "Person",
        "name": "Eva Green"
      }
    }
  },
  {
    "@context": "http://schema.org",
    "@type": "TrainReservation",
    "reservationNumber": "AB3XY2",
    "reservationStatus": "http://schema.org/ReservationConfirmed",
    "reservationFor": {
      "@type": "TrainTrip",
      "departureStation": {
        "@type": "TrainStation",
        "name": "Munich Central"
      },
      "departureTime": "2017-01-04T10:30:00+01:00",
      "arrivalStation": {
        "@type": "TrainStation",
        "name": "Paris Gare De Lyon"
      },
      "arrivalTime": "2017-01-04T03:10:00+01:00"
    },
    "reservedTicket": {
      "@type": "Ticket",
      "underName": {
        "@type": "Person",
        "name": "John Green"
      }
    }
  },
  {
    "@context": "http://schema.org",
    "@type": "TrainReservation",
    "reservationNumber": "AB3XY2",
    "reservationStatus": "http://schema.org/ReservationConfirmed",
    "reservationFor": {
      "@type": "TrainTrip",
      "departureStation": {
        "@type": "TrainStation",
        "name": "Munich Central"
      },
      "departureTime": "2017-01-04T10:30:00+01:00",
      "arrivalStation": {
        "@type": "TrainStation",
        "name": "Paris Gare De Lyon"
   <   },
 >     "arrivalTime": "2017-01-04T03:10:00+01:00"
    },
    "reservedTicket": {
      "@type": "Ticket",
      "underName": {
        "@type": "Person",
        "name": "Carol Green"
      }
    }
  },
  {
    "@context": "http://schema.org",
    "@type": "TrainReservation",
    "reservationNumber": "AB3XY2",
    "reservationStatus": "http://schema.org/ReservationConfirmed",
    "reservationFor": {
      "@type": "TrainTrip",
      "departureStation": {
        "@type": "TrainStation",
        "name": "Munich Central"
      },
      "departureTime": "2017-01-04T10:30:00+01:00",
      "arrivalStation": {
        "@type": "TrainStation",
        "name": "Paris Gare De Lyon"
      },
      "arrivalTime": "2017-01-04T03:10:00+01:00"
    },
    "reservedTicket": {
      "@type": "Ticket",
      "underName": {
        "@type": "Person",
        "name": "Daniel Green"
      }
    }
  }
]
/script

البيانات الجزئية

<div itemscope itemtype="http://schema.org/TrainReserva>tio<n"
  meta itemprop="reservationNumber&quo>t; <content="AB3XY2"/
  link itemprop="reservationStatus" href=&>quo<t;http://schema.org/ReservationConfirmed"/
  div itemprop="reservati>onFor<" itemscope itemtype="http://schema.org/TrainTrip"
    div itemprop=>"d<epartureStation" itemscope itemtype=">;http<://s>chema<.org/TrainStation"
      meta itemprop="name" conte>nt=&q<uot;Munich Central"/
    /div
    meta itemprop="departureTime" co>ntent=&<quot;2017-01-04T10:30:00+01:00"/
    div item>prop=<&quo>t;arr<ivalStation" itemscope itemtype="http://schema.org/Tra>inS<tati>on&<quot;
      meta itemprop="name" content="Paris Gare De Lyon>"<;/
    /div
    meta itemprop="arrivalTime" content="20>17-01-0<4T03:10:00+01:00"/
  /div
  div item>prop=<&quo>t;r<eser>v<edTi>c<ket" itemscope itemtype="http://schema.org/Ticket>&qu<ot;
    div itemprop="underName" itemscop>e i<temtype="http://schema.org/Person"
      meta itemprop="name">; c<ontent="Eva Green"/
    /div
  /div
/div
div itemscope itemtype=&quo>t;htt<p://schema.org/TrainReservation"
  meta itemprop="reservationNumber"> conten<t="AB3XY2"/
  link itemprop="re>serva<tion>Statu<s" href="http://schema.org/ReservationConfirmed"/
 > div <itemprop="reservationFor" itemscope itemtype="http://schema.org/Tr>ainTrip<"
    div itemprop="departureStation&quo>t; it<emsc>ope i<temtype="http://schema.org/TrainStation"
      meta it>emp<rop=>&qu<ot;name" content="Munich Central"/
    /div
    meta itempro>p=&qu<ot;departureTime" content="2017-01-04T10:30:00+01:00"/
>    div< itemprop="arrivalStation" items>cope <item>typ<e=&q>u<ot;h>t<tp://schema.org/TrainStation"
      meta itemprop=&quo>t;n<ame" content="Paris Gare De Lyon"/
 >   </div
    meta itemprop="arrivalTime" content="2017-01-04T03:10:00>+01<:00"/
  /div
  div itemprop="reservedTicket" itemscope itemtype>=&quo<t;http://schema.org/Ticket"
    div itemprop="underName" itemscope i>temtype<="http://schema.org/Person"
      me>ta it<empr>op=&q<uot;name" content="John Green"/
    /div
  /div
/di>v
div< itemscope itemtype="http://schema.org/TrainReservation"
  meta itempro>p="<;reservationNumber" content="AB3XY2">;/
  <link> item<prop="reservationStatus" href="http://schema.org/>Res<erva>tio<nConfirmed"/
  div itemprop="reservationFor" itemscope itemt>ype=&<quot;http://schema.org/TrainTrip"
    div itemprop="departur>eStatio<n" itemscope itemtype="http://sch>ema.o<rg/T>rai<nSta>t<ion&>q<uot;
      meta itemprop="name" content="Mun>ich< Central"/
    /div
    meta itemprop="de>par<tureTime" content="2017-01-04T10:30:00+01:00"/
    div itemprop=&>quo<t;arrivalStation" itemscope itemtype="http://schema.org/TrainStation>"<;
      meta itemprop="name" content="Paris Gare De Lyon"/
    >/div
  <  meta itemprop="arrivalTime" conten>t=&qu<ot;2>017-0<1-04T03:10:00+01:00"/
  /div
  div itemprop="reservedTic>ket&q<uot; itemscope itemtype="http://schema.org/Ticket"
    div itemprop=&qu>ot;unde<rName" itemscope itemtype="http://schema>.org/<Pers>on&qu<ot;
      meta itemprop="name" content="Carol Gre>en&<quot>;/
<    /div
  /div
/div
div itemscope itemtype="http://schema.org/TrainRe>serva<tion"
  meta itemprop="reservationNumber" content=">;AB3XY2<"/
  link itemprop="reservationSta>tus&q<uot;> hr<ef=&>q<uot;>http://schema.org/ReservationConfirmed"/
  div itemprop="reservationFor" itemscope itemtype="http://schema.org/TrainTrip"
    div itemprop="departureStation" itemscope itemtype="http://schema.org/TrainStation"
      meta itemprop="name" content="Munich Central"/
    /div
    meta itemprop="departureTime" content="2017-01-04T10:30:00+01:00"/
    div itemprop="arrivalStation" itemscope itemtype="http://schema.org/TrainStation"
      meta itemprop="name" content="Paris Gare De Lyon"/
    /div
    meta itemprop="arrivalTime" content="2017-01-04T03:10:00+01:00"/
  /div
  div itemprop="reservedTicket" itemscope itemtype="http://schema.org/Ticket"
    div itemprop="underName" itemscope itemtype="http://schema.org/Person"
      meta itemprop="name" content="Daniel Green"/
    /div
  /div
/div

مثال مع كل الحقول المتوافقة

في ما يلي مثال تمت تعبئته بجميع الحقول المتوافقة:

JSON-LD

<script type="application/ld+>json"
{
  "@context": "http://schema.org",
  "@type": "TrainReservation",
  "reservationNumber": "AB3XY2",
  "url": "http://eurotravel/view/AB3XY2",
  "underName": {
    "@type": "Person",
    "name": "John Smith",
    "email": "john@mail.com"
  },
  "programMembership": {
    "@type": "ProgramMembership",
    "memberNumber": "12345",
    "program": "STA"
  },
  "bookingAgent": {
    "@type": "Organization",
    "name": "European Vacations",
    "url": "http://eurotravel/"
  },
  "bookingTime": "2013-01-14T13:05:00-05:00",
  "modifiedTime": "2013-03-14T13:05:00-05:00",
  "confirmReservationUrl": "http://eurotravel/confirm?id=AB3XY2",
  "cancelReservationUrl": "http://eurotravel/cancel?id=AB3XY2",
  "modifyReservationUrl": "http://eurotravel/edit?id=AB3XY2",
  "reservationStatus": "http://schema.org/ReservationConfirmed",
  "checkinUrl": "http://train.com/checkin?id=AB3XY2",
  "reservationFor": {
    "@type": "TrainTrip",
    "trainNumber": "9203",
    "trainName": "Orient Express",
    "trainCode": "iGTV",
    "trainCompany": {
      "@type": "Organization"
    },
    "departureStation": {
      "@type": "TrainStation",
      "name": "Munich Central"
    },
    "departurePlatform": "64",
    "departureTime": "2017-01-04T10:30:00+01<:00&quo>t;,
    "arrivalStation": {
      "@type": "TrainStation",
      "name": "Paris Gare De Lyon"
    },
    "arrivalPlatform": "101B",
    "arrivalTime": "2017-01-04T03:10:00+01:00"
  },
  "reservedTicket": {
    "@type": "Ticket",
    "ticketNumber": "123XYZ",
    "downloadUrl": "?",
    "printUrl": "?",
    "ticketToken": "qrCode:123456789",
    "additionalTicketText": "?",
    "price": "135.00",
    "priceCurrency": "EUR",
    "underName": {
      "@type": "Person",
      "name": "Mary Smith"
    },
    "ticketedSeat": {
      "@type": "Seat",
      "seatingType": "1st Class",
      "seatNumber": "27",
      "seatRow": "A"
    }
  }
}
/script

البيانات الجزئية

<div itemscope itemtype="http://schema.org/TrainReserva>tio<n"
  meta itemprop="reservationNumber&quo>t; <content="AB3XY2"/
  link itemprop="url&quo>t; <href="http://eurotravel/view/AB3XY2"/
  div itemprop="u>nderN<ame" itemscope itemtype="http://>schem<a.org/Person"
    meta itemprop="nam>e&q<uot;> co<ntent="John Smith"/
    meta itemprop="email" content="john@mail>.com&<quot;/
  /div
  div itemprop="programMem>bersh<ip" itemscope itemtype="http>://<sche>ma.<org/ProgramMembership"
    meta itemprop="memberNumber" content=>"<;12345"/
    meta itemprop="program">; con<tent="STA"/
  /div
  div itemprop=&q>uot<;boo>kin<gAgent" itemscope itemtype="http://schema.org/Organiza>tio<n"
    meta itemprop="name" content="European> Va<cations"/
    link itemprop="url" href="http://eurotravel/&qu>ot;</
  /div
  meta itemprop="bookingTime" content="2013-01-14T13:05>:00<-05:00"/
  meta itemprop="modifiedTime" content="2013-03->14T<13:05:00-05:00"/
  link itemprop="confirmReservationUrl" href=&qu>ot;<http://eurotravel/confirm?id=AB3XY2"/
  link itemprop="canc>elR<eservationUrl" href="http://eurotravel/cancel?id=AB3XY2"/
  lin>k ite<mprop="modifyReservationUrl" href>=&quo<t;http://eurotravel/edit?id=AB3XY2"/
  link it>empro<p="reservationStatus" href=&quo>t;htt<p://schema.org/ReservationConfirmed"/
  link itemprop="checkinUrl&quo>t; hr<ef=&>quot;<http://train.com/checkin?id=AB3XY2"/
  div itemprop="reservationFor"> itemsc<ope itemtype="http://schema.org/TrainTrip>"<;
  >  met<a itemprop="trainNumber" content=&quo>t;920<3"/
    meta itemprop="trainName" content="Ori>ent E<xpress"/
    meta itemprop="trainCode" content="iGTV"/
 >   div <itemprop="trainCompany" itemscope itemty>pe=&q<uot;>http:<//schema.org/Organization"
    /div
    di>v ite<mprop="departureStation" itemscope itemtype="http>://<sche>ma.<org/TrainStation"
      meta itemprop="name" content="M>unich< Central"/
    /div
    meta itemprop=&qu>ot;de<parturePlatform" content="64&q>uot;/<
    meta itemprop="departureTim>e&quo<t; content="2017-01-04T10:30:00+01:00"/
    d>iv it<emprop="arrivalStation" itemscope itemt>ype=&<quot;http://schema.org/TrainStation&quo>t;
  <    meta itemprop="name" content=&>quot;<Paris Gare De Lyon"/
    /div
    meta itemprop="arrivalPlat>form&qu<ot; content="101B"/
    meta ite>mprop<=&qu>ot;ar<rivalTime" content="2017-01-04T03:10:00+01:00"/
  /div
 > div it<emprop="reservedTicket" itemscope item>type=&q<uot;http://schema.org/Ticket"
    m>eta ite<mprop="ticketNumber" conte>nt=&q<uot;>123<XYZ&>q<uot;>/
    meta itemprop="downloadUrl" content="?"/
    meta itemprop="printUrl" content="?"/
    meta itemprop="ticketToken" content="qrCode:123456789"/
    meta itemprop="additionalTicketText" content="?"/
    meta itemprop="price" content="135.00"/
    meta itemprop="priceCurrency" content="EUR"/
    div itemprop="underName" itemscope itemtype="http://schema.org/Person"
      meta itemprop="name" content="Mary Smith"/
    /div
    div itemprop="ticketedSeat" itemscope itemtype="http://schema.org/Seat"
      meta itemprop="seatingType" content="1st Class"/
      meta itemprop="seatNumber" content="27"/
      meta itemprop="seatRow" content="A"/
    /div
  /div
/div

اختبار الترميز

يمكنك التحقّق من صحة الترميز باستخدام أداة اختبار ترميز البريد الإلكتروني. الصق رمز الترميز وانقر على الزر تحقّق لفحص المحتوى وتلقّي تقرير بشأن أيّ أخطاء حالية.

المواصفات

راجِع تفاصيل رسالتك الإلكترونية لمعرفة ما إذا كانت إحدى هذه السمات تنطبق على حجز القطار الذي حجزته. ومن خلال ترميز هذه السمات الإضافية، تسمح لـ Google بعرض وصف أكثر تفصيلاً عن حجز القطار للمستخدم.

الموقع النوع الوصف
reservationNumber النص (مطلوب) رقم الحجز أو معرّفه.
url عنوان URL صفحة ويب يمكن عرض الحجز فيها
underName شخص أو مؤسسة الراكب
underName.name النص (يُنصح باستخدامها لبطاقات التأكيد/إجابات البحث) اسم الشخص.
underName.email النص عنوان البريد الإلكتروني.
programMembership ProgramMembership أي عضوية في برنامج المسافر الدائم أو برنامج الولاء في الفنادق وما إلى ذلك يتم تطبيقها على الحجز.
programMembership.memberNumber النص معرّف الاشتراك
programMembership.program النص اسم البرنامج
bookingAgent Organization أو Person وكيل أو وكالة حجز يقبل أيضًا سلسلة (مثل "").
bookingAgent.name النص اسم الوكيل/الخدمة
bookingAgent.url عنوان URL الموقع الإلكتروني للوكيل/الخدمة
bookingTime DateTime تاريخ إجراء الحجز.
modifiedTime DateTime (يُنصح باستخدامها لبطاقات التأكيد/"إجابات البحث") وقت آخر تعديل للحجز.
confirmReservationUrl عنوان URL صفحة ويب يمكن من خلالها تأكيد الحجز
cancelReservationUrl عنوان URL صفحة ويب يمكن إلغاء الحجز فيها
modifyReservationUrl عنوان URL (مقترَحة لبطاقات التأكيد/إجابات البحث) صفحة الويب التي يمكن تعديل الحجز فيها.
reservationStatus ReservationStatus (مطلوب) الحالة الحالية للحجز.
checkinUrl عنوان URL صفحة الويب التي يمكن للراكب تسجيل الوصول فيها
reservationFor TrainTrip (مطلوبة) معلومات عن رحلة القطار
reservationFor.trainNumber النص (يُنصح باستخدامها لبطاقات التأكيد/إجابات البحث) رقم القطار.
reservationFor.trainName النص اسم القطار
reservationFor.trainCode النص المعرّف الفريد للقطار
reservationFor.trainCompany المؤسسة تمثّل هذه السمة المؤسسة التي تدير القطار. يقبل أيضًا سلسلة (مثل "").
reservationFor.departureStation TrainStation (مطلوبة) المحطة التي يغادر منها القطار
reservationFor.departureStation.name النص (مطلوب) اسم محطة القطار.
reservationFor.departurePlatform النص تمثّل هذه السمة الرصيف الذي يغادر منه القطار.
reservationFor.departureTime DateTime (مطلوب) وقت المغادرة المتوقَّع.
reservationFor.arrivalStation TrainStation (مطلوبة) المحطة التي ينتهي فيها القطار.
reservationFor.arrivalStation.name النص (مطلوب) اسم محطة القطار.
reservationFor.arrivalPlatform النص الرصيف الذي يصل إليه القطار.
reservationFor.arrivalTime DateTime (مطلوب) وقت الوصول المتوقّع.
reservedTicket تذكرة معلومات التذكرة
reservedTicket.ticketNumber النص رقم التذكرة أو معرّفها
reservedTicket.downloadUrl عنوان URL .
reservedTicket.printUrl عنوان URL .
reservedTicket.ticketToken نص أو عنوان URL إذا كانت صورة الرمز الشريطي مستضافة على موقعك الإلكتروني، تكون قيمة الحقل هي عنوان URL للصورة، أو رمز شريطي أو معرّف موارد منتظم (URI) للاستجابة السريعة، مثل "barcode128:AB34" (الرموز الشريطية ISO-15417)، "qrCode:AB34" (رموز الاستجابة السريعة)، "aztecCode:AB34" (رموز Aztec)، "barcodeEAN:1234" (رموز EAN) و"barcodeUPCA:1234" (رموز UPCA).
reservedTicket.additionalTicketText النص تمثل هذه السمة نصًا توضيحيًا إضافيًا حول التذكرة.
reservedTicket.price النص السعر الإجمالي للتذكرة
reserveTicket.priceCurrency النص تمثّل هذه السمة عملة سعر التذكرة (بتنسيق ISO 4217 المكوَّن من 3 أحرف).
reservedTicket.underName شخص أو مؤسسة الشخص أو المؤسسة التي يتم تخصيص التذكرة من أجلها.
reservedTicket.underName.name النص اسم الشخص:
reservedTicket.ticketedSeat المقعد موقع المقعد المحجوز (على سبيل المثال، 27B). .
reservedTicket.ticketedSeat.seatingType النص تمثّل هذه السمة نوع المقعد أو فئته.
reservedTicket.ticketedSeat.seatNumber النص تمثّل هذه السمة الموقع الجغرافي للمقعد الذي تم حجزه.
reservedTicket.ticketedSeat.seatRow النص تمثّل هذه السمة الموقع الجغرافي لصف المقعد المحجوز.