Description:
NUMBER |
|
NAME |
O/R |
USAGE |
1 |
|
method |
Required |
Method used Case sensitive. |
2 |
|
username |
Required |
The username to log. Case
sensitive. |
3 |
|
password |
Required |
The
password to log. Case sensitive. |
4 |
|
serviceId |
Required |
The service ID (integer). |
5 | | rateDateIn | Required | The service ID (integer). Rate date in availability (AAAA-MM-JJ) |
Example:
Request
{ "method": "rateService", "username": "API_USER", "password": "API_PASSWORD", "serviceId": 2014090311022087, "rateDateIn": "2020-09-01"
} |
Response
{ "res": { "name": "Africa On Foot Wilderness Trails", "type": "ACCOMMODATION", "description": "Africa on Foot Wilderness Trails is located in the Maseke Balule Game Reserve in the Greater Kruger, situated between Hoedpsruit and Phalaborwa in Limpopo Province. It is an 8000 hectare private game reserve, which shares open borders with the Kruger National Park. Africa on Foot Wilderness Trails is a one-of-a-kind mobile safari experience in South Africa. This is one is for the adventurers and nature lovers who are looking for a walking safari experience like no other. A sister camp to Klaserie’s Africa on Foot, Wilderness Trails is designed to offer 3 nights camping in the Maseke Balule Game Reserve, each night in a different location. Each day is spent walking through the 8000 hectare reserve in the Greater Kruger Park, and each night is spent at a new, fully set up mobile campsite in a scenic location", "location": "Maseke Balule Game Reserve", "accommodationType": "Lodge", "totalRooms": 6, "rating": 0, "holdingGroup": "Sun Destinations", "memberOf": "", "city": "Maseke Balule Game Reserve", "province": "Limpopo", "country": "South Africa", "adress": "Maseke Balule Game Reserve", "longitude": "31.2166750", "latitude": "-24.2569910", "website": "www.wilderness-trails.co.za", "offers": [ { "from": "2020-04-01", "to": "2020-11-30", "individuals": true, "groups": true, "currency": "ZAR", "remarks": "", "rooms": [ { "rates": [ { "roomId": 2020020510474680, "roomDescription": "Wilderness Trails", "roomType": "DOUBLE", "mealPlan": "FI", "special": "0", "rate": [ { "occupency": 1, "ratePerPerson": 7313 }, { "occupency": 2, "ratePerPerson": 7313 } ], "childRate": [], "restaurantRate": [], "from": "2020-04-01", "to": "2020-11-30" } ], "roomType": "Wilderness Trails", "capacity": "N/a", "inclusions": "", "exclusions": "", "remarks": "" } ], "extraRate": [ { "description": "Timbavati Gate Fee - Per Vehicle - Payable directly", "rate": 216, "chargingPolicy": "Per person", "from": "2020-04-01", "to": "2020-11-30" }, { "description": "Maseke Balule Conservation levy of R300 per person per stay (payable direct at camp in cash or credi", "rate": 341, "chargingPolicy": "Per person", "from": "2020-04-01", "to": "2020-11-30" } ] } ], "notes": [ { "title": "CHILD POLICY", "text": "Children from age 12 years and over are accepted. Children under age 12 are not accepted." } ] } } |