Update Original Room Price

Description: Update original room price

Path: /api/v1/hotel/updateOriginalRoomPrice

Method: POST

Request

Attributes

* = required

chevron-righthotelSn*hashtag

integer

Identify of hotel

chevron-rightroomTypeSn*hashtag

integer

Identify of room type

chevron-rightfirstHours*hashtag

integer

Possible number of hour values: 0 to 10.

With 0: Not in operation

chevron-rightadditionalHours*hashtag

integer

Possible number of hour values: 0 to 10.

With 0: Not in operation

chevron-rightmaxNumHour*hashtag

integer

Possible number of hour values: 1 to 23 .

With null: Not in operation

chevron-rightpriceFirstHours*hashtag

integer

Possible number of price values: 0 to 1000000000.

With 0: Not in operation

chevron-rightpriceAdditionalHours*hashtag

integer

Possible number of price values: 0 to 1000000000.

With 0: Not in operation

chevron-rightpriceOvernight*hashtag

integer

Possible number of price values: 0 to 1000000000.

With 0: Not in operation

chevron-rightpriceOneDay*hashtag

integer

Possible number of price values: 0 to 1000000000.

With 0: Not in operation

Example

Response

Attributes

chevron-rightacknowledgedhashtag

boolean

The update has been applied yet

circle-info

Note

firstHours + additionalHours ≤ maxNumHour

Example

Last updated