Stop Direct Discount

Description: Stop an ongoing direct discount promotion applied to price

Path: /api/v1/pricing/stopDirectDiscount

Method: POST

Request

Attributes

* = required

chevron-righthotelSn*hashtag

integer

Identify of hotel

chevron-rightdirectDiscountProgramSn*hashtag

integer

Identify of direct discount program

Example

{
    "hotelSn": 725,
    "directDiscountProgramSn": 589
}

Response

Attributes

chevron-rightacknowledgedhashtag

boolean

The update has been applied yet

Example

Last updated