Back to Collection Items
integer li_rc
oleobject loo_Http
integer li_Success
oleobject loo_QueryParams
oleobject loo_Resp
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
loo_Http = create oleobject
// Use "Chilkat_9_5_0.Http" for versions of Chilkat < 10.0.0
li_rc = loo_Http.ConnectToNewObject("Chilkat.Http")
if li_rc < 0 then
destroy loo_Http
MessageBox("Error","Connecting to COM object failed")
return
end if
loo_QueryParams = create oleobject
// Use "Chilkat_9_5_0.JsonObject" for versions of Chilkat < 10.0.0
li_rc = loo_QueryParams.ConnectToNewObject("Chilkat.JsonObject")
loo_QueryParams.UpdateString("roomStayStartDate","{{currentdate}}")
loo_QueryParams.UpdateString("roomStayEndDate","{{currentdateplus1}}")
loo_QueryParams.UpdateInt("roomStayQuantity",2)
loo_QueryParams.UpdateInt("adults",1)
loo_QueryParams.UpdateInt("children",0)
loo_QueryParams.UpdateInt("limit",5)
loo_Http.SetRequestHeader("Content-Type","application/json")
loo_Http.SetRequestHeader("x-hotelid","{{HotelId}}")
// Adds the "Authorization: Bearer <access_token>" header.
loo_Http.AuthToken = "<access_token>"
loo_Http.SetRequestHeader("x-app-key","{{AppKey}}")
loo_Resp = loo_Http.QuickRequestParams("GET","https://domain.com/par/v0/hotels/{{HotelId}}/availability",loo_QueryParams)
if loo_Http.LastMethodSuccess = 0 then
Write-Debug loo_Http.LastErrorText
destroy loo_Http
destroy loo_QueryParams
return
end if
Write-Debug string(loo_Resp.StatusCode)
Write-Debug loo_Resp.BodyStr
destroy loo_Resp
destroy loo_Http
destroy loo_QueryParams
Curl Command
curl -G -d "roomStayStartDate=%7B%7Bcurrentdate%7D%7D"
-d "roomStayEndDate=%7B%7Bcurrentdateplus1%7D%7D"
-d "roomStayQuantity=2"
-d "adults=1"
-d "children=0"
-d "limit=5"
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/json"
-H "x-hotelid: {{HotelId}}"
-H "x-app-key: {{AppKey}}"
https://domain.com/par/v0/hotels/{{HotelId}}/availability
Postman Collection Item JSON
{
"name": "Search hotel availability",
"event": [
{
"listen": "prerequest",
"script": {
"exec": [
""
],
"type": "text/javascript"
}
}
],
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{Token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"value": "application/json",
"type": "text"
},
{
"key": "x-hotelid",
"value": "{{HotelId}}",
"type": "text"
},
{
"key": "x-app-key",
"value": "{{AppKey}}",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/availability?roomStayStartDate={{currentdate}}&roomStayEndDate={{currentdateplus1}}&roomStayQuantity=2&adults=1&children=0&limit=5",
"host": [
"{{HostName}}"
],
"path": [
"par",
"v0",
"hotels",
"{{HotelId}}",
"availability"
],
"query": [
{
"key": "roomStayStartDate",
"value": "{{currentdate}}"
},
{
"key": "roomStayEndDate",
"value": "{{currentdateplus1}}"
},
{
"key": "roomStayQuantity",
"value": "2"
},
{
"key": "adults",
"value": "1"
},
{
"key": "children",
"value": "0"
},
{
"key": "limit",
"value": "5"
},
{
"key": "childAge",
"value": "",
"disabled": true
},
{
"key": "ratePlanCode",
"value": "{{RatePlanCode}}",
"description": "optional",
"disabled": true
},
{
"key": "roomType",
"value": "DBL",
"disabled": true
},
{
"key": "includeClosedRates",
"value": "",
"disabled": true
},
{
"key": "includeDefaultRatePlanSet",
"value": "",
"disabled": true
},
{
"key": "initialRatePlanSet",
"value": "",
"disabled": true
},
{
"key": "ratePlanSet",
"value": "",
"disabled": true
},
{
"key": "pagePointerKey",
"value": "",
"disabled": true
},
{
"key": "bucket1Count",
"value": "",
"disabled": true
},
{
"key": "bucket2Count",
"value": "",
"disabled": true
},
{
"key": "bucket3Count",
"value": "",
"disabled": true
},
{
"key": "bucket4Count",
"value": "",
"disabled": true
},
{
"key": "bucket5Count",
"value": "",
"disabled": true
},
{
"key": "fullStayTimeSpanStartDate",
"value": "",
"disabled": true
},
{
"key": "fullStayTimeSpanEndDate",
"value": "",
"disabled": true
},
{
"key": "prevailingRate",
"value": "",
"disabled": true
},
{
"key": "rateCategory",
"value": "",
"disabled": true
},
{
"key": "rateClass",
"value": "",
"disabled": true
},
{
"key": "rateGroup",
"value": "",
"disabled": true
},
{
"key": "feature",
"value": "",
"disabled": true
},
{
"key": "reservationGuestId",
"value": "",
"disabled": true
},
{
"key": "reservationGuestIdType",
"value": "",
"disabled": true
},
{
"key": "hotelReservationId",
"value": "",
"disabled": true
},
{
"key": "hotelReservationIdType",
"value": "",
"disabled": true
},
{
"key": "ratePlanInfo",
"value": "",
"disabled": true
},
{
"key": "returnOnlyAvailableRateCodes",
"value": "",
"disabled": true
},
{
"key": "resGuaranteeInfo",
"value": "",
"disabled": true
},
{
"key": "roomTypeInfo",
"value": "",
"disabled": true
},
{
"key": "membershipIdNumber",
"value": "",
"disabled": true
},
{
"key": "smokingPreference",
"value": "",
"disabled": true
}
]
}
},
"response": [
]
}