Booking Company¶
This resource represents a Booking Company
Fields
Name |
Type |
Description |
---|---|---|
id read-only |
String |
|
href read-only |
Field |
|
name read-only |
String |
Company name |
Get a Booking Company
- GET /booking_companies/(string: nationality_id)¶
Request
curl -H "X-Application-Key: YOUR_APPLICATION_KEY"
https://rest.gadventures.com/booking_companies/1
Response
{ "id": "1", "href": "https://rest.gadventures.com/booking_companies/1", "name": "G Adventures" }