v1
latestOpenAPI 3.0.32026-07-1723012.8 KBGet LOS Pricing
post/api/rate/fplos/search
Request body
Example request
{
"propertyId": 123,
"roomId": 12301,
"checkInDateRange": {
"start": "2021-12-10",
"end": "2021-12-31"
},
"los": {
"start": 1,
"end": 10
}
}Response
Create response
Example response
{
"propertyId": 123,
"roomId": 12301,
"rates": [
{
"checkInDate": "2022-03-02",
"rate": {
"currency": "USD",
"prices": [
{
"los": 1,
"value": 123.45
}
]
},
"restriction": {
"losRestriction": "1110111101"
}
}
]
}