Stop Flash Sale

Description: Stop the flash sale campaign either before or at the scheduled end time.

Path: /api/v1/pricing/stopFlashSale

Method: POST

Request

Attributes

* = required

hotelSn*

integer

Identify of hotel

flashSaleProgramSn*

integer

Identify of flash sale program

Example

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

Response

Attributes

acknowledged

boolean

The update has been applied yet

Example

Last updated