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

chevron-righthotelSn*hashtag

integer

Identify of hotel

chevron-rightflashSaleProgramSn*hashtag

integer

Identify of flash sale program

Example

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

Response

Attributes

chevron-rightacknowledgedhashtag

boolean

The update has been applied yet

Example

Last updated