v1
latestOpenAPI 3.0.32026-07-1723012.8 KBSet or Update LOS Pricing
post/api/rate/fplos
Request body
Example request
{
"propertyId": 123,
"currency": "USD",
"offers": [
{
"roomId": 12301,
"rates": [
{
"checkIn": {
"start": "2021-12-10",
"end": "2021-12-31"
}
}
],
"restrictions": [
{
"startDate": "2022-03-02",
"endDate": "2022-03-02",
"losRestriction": "1110111101"
}
]
}
]
}Response
Price Rule already setted up
Example response
{
"status": "SUCCESS",
"tuid": "49ecd740-34c9-11e9-bef4-137e7754803f"
}