{
"channel_info": {
"channel_id": "string",
"keyword": "string"
},
"hotel_id": "string",
"checkin": "string",
"checkout": "string",
"room_count": 0,
"adult_count": 0,
"child_count": 0,
"child_ages": [
0
],
"bed_type": "string",
"breakfast": "string",
"other_option": [
"string"
],
"amount_sort": 0
}curl --location --request POST 'https://fourseasons-test.e.verystar.net/api/v1/hotel/rate_plan' \
--header 'Authorization-AppKey: d79c29e74c9166b82a4538dc15c665f8' \
--header 'Authorization-Sign: 111' \
--header 'Authorization-Token: fake_001' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_info": {
"channel_id": "string",
"keyword": "string"
},
"hotel_id": "string",
"checkin": "string",
"checkout": "string",
"room_count": 0,
"adult_count": 0,
"child_count": 0,
"child_ages": [
0
],
"bed_type": "string",
"breakfast": "string",
"other_option": [
"string"
],
"amount_sort": 0
}'{
"hotel_id": "string",
"hotel_name": "string",
"hotel_image": "string",
"address": "string",
"telephone": "string",
"bed_type": "string",
"breakfast": "string",
"other_option": [
"string"
],
"room_info": [
{
"room_id": "string",
"room_name": "string",
"room_image": "string",
"rate_info": [
{
"rate_id": "string",
"rate_name": "string",
"rate_amount": 0,
"currency": "string",
"description": "string",
"breakfast_info": "string"
}
]
}
]
}