Override Reasons¶
This resource represents a reason that one might use to override a booking requirement.
XML Schema:
Fields
Name |
Type |
Description |
---|---|---|
id read-only |
String |
|
href read-only |
Field |
|
label required |
String |
The label identifying this override reason. |
code required |
String |
The code identifying this override reason. |
Get an Override Reason
- GET /override_reasons/(string: override_reasons_id)¶
Request
curl -H "X-Application-Key: YOUR_APPLICATION_KEY"
https://rest.gadventures.com/override_reasons/29
Response
{ "id": "29", "href": "https://rest.gadventures.com/override_reasons/29", "label": "Since you've indicated you're departing more than 3 weeks after finishing up with us, please indicate you're departing 'other - last day of tour'", "code": "DEPARTURE_POST_THREE_WEEKS" }