Skip to content
Wenbin.Ke edited this page Oct 29, 2015 · 3 revisions

Request Url: /apis/bookingtags

  • You can set If-Modified-Since in the request headers. This should be UTC date time. If the data is not modified since that date, we will return status code 304 (NotModified) and empty body.

Response:

[
  {
    "Id": 1,
    "Name": "Family"
  },
  {
    "Id": 2,
    "Name": "Corporate"
  },
  {
    "Id": 3,
    "Name": "Couples"
  },
  {
    "Id": 4,
    "Name": "Multi Property"
  },
  {
    "Id": 5,
    "Name": "Repeat Guest"
  },
  {
    "Id": 6,
    "Name": "Book Transfer"
  },
  {
    "Id": 7,
    "Name": "Contractor"
  },
  {
    "Id": 8,
    "Name": "Owner Booking"
  },
  {
    "Id": 9,
    "Name": "Complaint raised"
  }
]
Clone this wiki locally