Hotels

ÜCRETLİ
Verified
Taraf Api Dojo | Güncelleyen 25 दिन पहले | Travel
Popülerlik

9.8 / 10

Gecikme

2,268ms

Hizmet Düzeyi

100%

Health Check

N/A

Tüm Tartışmalara Dön

problem in properties/v2/list

Rapid account: Kittanet
kittanet
एक वर्ष पहले

Hi, I can’t to use properties/v2/list with filters -> star the response is not correctly.

ex. body

{
“currency”: “THB”,
“destination”: {
“regionId”: “604”
},
“checkInDate”: {
“day”: 10,
“month”: 3,
“year”: 2023
},
“checkOutDate”: {
“day”: 11,
“month”: 3,
“year”: 2023
},
“rooms”: [
{
“adults”: 2,
“children”: []
}
],
“resultsStartingIndex”: 0,
“resultsSize”: 10,
“filters”: {
“star”: [
“30”
]
}
}

and some response show “star”: null and hotel is actually is 4-star hotel in hotels.com. Please kindly check this api.

Rapid account: Apidojo
apidojo Commented एक वर्ष पहले

Hello,

It was weekend, and we were syncing the new system between server nodes. Your requests might fall back to the servers with old system so it caused the issue. Please being patient and try again.

Regards.

Rapid account: Kittanet
kittanet Commented एक वर्ष पहले

The properties/v2/list is response “star”: null again. Please re-check this api again.

Rapid account: Apidojo
apidojo Commented एक वर्ष पहले

Hello,

You may try this body request :
{
“siteId”:300000046,
“locale”:“en_GB”,
“currency”: “THB”,
“destination”: {
“regionId”: “604”
},
“checkInDate”: {
“day”: 10,
“month”: 3,
“year”: 2023
},
“checkOutDate”: {
“day”: 11,
“month”: 3,
“year”: 2023
},
“rooms”: [
{
“adults”: 2,
“children”: []
}
],
“resultsStartingIndex”: 0,
“resultsSize”: 10,
“filters”: {
“star”: [
“30”
]
}
}
Regards.

Rapid account: Kittanet
kittanet Commented एक वर्ष पहले

Thanks. It works but I got another error response. The currency in response doesn’t change when I change currency.

Rapid account: Apidojo
apidojo Commented एक वर्ष पहले

Hello,

Thank you! You are right, there was an issue sending the filter by “star” to the server. The IT team just fixed it, you may try again now.

Regards.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun