Back to Collection Items
<?php
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
// For versions of Chilkat < 10.0.0, use new COM('Chilkat_9_5_0.Chilkat.Http')
$http = new COM("Chilkat.Http");
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "upsellRules": [
// {
// "description": "New upsell rule",
// "upsellByRoomType": false,
// "fromRoomTypeOrFromRoomClass": "STDQ",
// "toRoomTypeOrToRoomClass": "*",
// "startDate": "2021-07-03",
// "upsellByOccupancyLevels": false,
// "formula": "FlatAmountAddedToOriginalRate",
// "upsellAmount": "11",
// "currencyCode": "USD",
// "roundingRule": "None",
// "occupancyLevelsType": [
// ],
// "useDefaultTrxCode": true,
// "transactionCode": {
// "description": "Room Upsell",
// "transactionCode": "1500",
// "hotelId": "{{HotelId}}"
// },
// "hotelId": "{{HotelId}}",
// "upsellRuleCode": "NEWUPSELLRULE1"
// }
// ]
// }
// For versions of Chilkat < 10.0.0, use new COM('Chilkat_9_5_0.Chilkat.JsonObject')
$json = new COM("Chilkat.JsonObject");
$json->UpdateString('upsellRules[0].description','New upsell rule');
$json->UpdateBool('upsellRules[0].upsellByRoomType',0);
$json->UpdateString('upsellRules[0].fromRoomTypeOrFromRoomClass','STDQ');
$json->UpdateString('upsellRules[0].toRoomTypeOrToRoomClass','*');
$json->UpdateString('upsellRules[0].startDate','2021-07-03');
$json->UpdateBool('upsellRules[0].upsellByOccupancyLevels',0);
$json->UpdateString('upsellRules[0].formula','FlatAmountAddedToOriginalRate');
$json->UpdateString('upsellRules[0].upsellAmount','11');
$json->UpdateString('upsellRules[0].currencyCode','USD');
$json->UpdateString('upsellRules[0].roundingRule','None');
$json->UpdateNewArray('upsellRules[0].occupancyLevelsType');
$json->UpdateBool('upsellRules[0].useDefaultTrxCode',1);
$json->UpdateString('upsellRules[0].transactionCode.description','Room Upsell');
$json->UpdateString('upsellRules[0].transactionCode.transactionCode','1500');
$json->UpdateString('upsellRules[0].transactionCode.hotelId','{{HotelId}}');
$json->UpdateString('upsellRules[0].hotelId','{{HotelId}}');
$json->UpdateString('upsellRules[0].upsellRuleCode','NEWUPSELLRULE1');
$http->SetRequestHeader('Content-Type','application/json');
$http->SetRequestHeader('x-hotelid','{{HotelId}}');
// Adds the "Authorization: Bearer <access_token>" header.
$http->AuthToken = '<access_token>';
$http->SetRequestHeader('x-app-key','{{AppKey}}');
// For versions of Chilkat < 10.0.0, use new COM('Chilkat_9_5_0.Chilkat.StringBuilder')
$sbRequestBody = new COM("Chilkat.StringBuilder");
$json->EmitSb($sbRequestBody);
// resp is a Chilkat.HttpResponse
$resp = $http->PTextSb('PUT','https://domain.com/rsv/config/v0/hotels/{{HotelId}}/upsellRules',$sbRequestBody,'utf-8','application/json',0,0);
if ($http->LastMethodSuccess == 0) {
print $http->LastErrorText . "\n";
exit;
}
print $resp->StatusCode . "\n";
print $resp->BodyStr . "\n";
?>
Curl Command
curl -X PUT
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/json"
-H "x-hotelid: {{HotelId}}"
-H "x-app-key: {{AppKey}}"
-d '{
"upsellRules": [
{
"description": "New upsell rule",
"upsellByRoomType": false,
"fromRoomTypeOrFromRoomClass": "STDQ",
"toRoomTypeOrToRoomClass": "*",
"startDate": "2021-07-03",
"upsellByOccupancyLevels": false,
"formula": "FlatAmountAddedToOriginalRate",
"upsellAmount": "11",
"currencyCode": "USD",
"roundingRule": "None",
"occupancyLevelsType": [],
"useDefaultTrxCode": true,
"transactionCode": {
"description": "Room Upsell",
"transactionCode": "1500",
"hotelId": "{{HotelId}}"
},
"hotelId": "{{HotelId}}",
"upsellRuleCode": "NEWUPSELLRULE1"
}
]
}'
https://domain.com/rsv/config/v0/hotels/{{HotelId}}/upsellRules
Postman Collection Item JSON
{
"name": "Update an upsell rule",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{Token}}",
"type": "string"
}
]
},
"method": "PUT",
"header": [
{
"key": "Content-Type",
"name": "Content-Type",
"type": "text",
"value": "application/json"
},
{
"key": "x-hotelid",
"type": "text",
"value": "{{HotelId}}"
},
{
"key": "x-app-key",
"type": "text",
"value": "{{AppKey}}"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"upsellRules\": [\r\n {\r\n \"description\": \"New upsell rule\",\r\n \"upsellByRoomType\": false,\r\n \"fromRoomTypeOrFromRoomClass\": \"STDQ\",\r\n \"toRoomTypeOrToRoomClass\": \"*\",\r\n \"startDate\": \"2021-07-03\",\r\n \"upsellByOccupancyLevels\": false,\r\n \"formula\": \"FlatAmountAddedToOriginalRate\",\r\n \"upsellAmount\": \"11\",\r\n \"currencyCode\": \"USD\",\r\n \"roundingRule\": \"None\",\r\n \"occupancyLevelsType\": [],\r\n \"useDefaultTrxCode\": true,\r\n \"transactionCode\": {\r\n \"description\": \"Room Upsell\",\r\n \"transactionCode\": \"1500\",\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"upsellRuleCode\": \"NEWUPSELLRULE1\"\r\n }\r\n ]\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules",
"host": [
"{{HostName}}"
],
"path": [
"rsv",
"config",
"v0",
"hotels",
"{{HotelId}}",
"upsellRules"
]
}
},
"response": [
]
}