Reservation (p:reservation)

http://profiles.goabout.com/reservation

Representation of the reservation made for a specific TripLeg (p:trip-leg).

Example

$ curl -H'Content-Type: application/json' -H'Authorization: Bearer UArtDY9Bpo9Whga2mfd7nIK6vENxp2twtnH7RvPC6xj0jy6' 'https://api.goabout.com/reservation/1022'
{
  "status": "unverified",
  "properties": { "some": "properties", "...": "..." },
  "_links": {
    "http://rels.goabout.com/trip-leg" : {
      "href" : "https://api.goabout.com/trip-leg/38548"
    },
    "http://rels.goabout.com/subscription" : {
      "href" : "https://api.goabout.com/subscription/233"
    },
    "self": {
      "href": "https://api.goabout.com/reservation/1022"
    }
  }
}