Stop Direct Discount

Description: Stop an ongoing direct discount promotion applied to price

Path: /api/v1/pricing/stopDirectDiscount

Method: POST

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

directDiscountProgramSn*

integer

Identify of direct discount program

Example

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

Response

Attributes

acknowledged

boolean

The update has been applied yet

Example

Last updated