<xhotel_promotion_query_response>
<result>
<trace_id>122334232</trace_id>
<total_count>50</total_count>
<direct_promotions>
<direct_promotion>
<promotion_rule_id>12345</promotion_rule_id>
<promotion_rules>
<promotion_rule>
<length_of_stay>3</length_of_stay>
<book_date>
<start>2024-06-11</start>
<end>2024-06-12</end>
</book_date>
<min_advance_day>1</min_advance_day>
<book_time>
<start_time>14:00:00</start_time>
<end_time>16:00:00</end_time>
</book_time>
<un_stay_date>
<date_range>
<start>2024-06-01</start>
<end>2024-06-02</end>
</date_range>
</un_stay_date>
<discount_value>20</discount_value>
<stay_date>
<start>2024-06-01</start>
<end>2024-06-02</end>
</stay_date>
<over_night_time>
<start_time>14:00:00</start_time>
<end_time>16:00:00</end_time>
</over_night_time>
</promotion_rule>
</promotion_rules>
<promotion_code>4151</promotion_code>
<resources>
<promotion_resource>
<rooms>
<resource_room>
<room_code>45875</room_code>
</resource_room>
</rooms>
<hotel_code>12321</hotel_code>
</promotion_resource>
</resources>
<discount_type>1</discount_type>
<sub_promotion_code>11</sub_promotion_code>
<discount_list>
<discount_item>
<discount_type>1</discount_type>
<discount_value>60</discount_value>
</discount_item>
</discount_list>
<dynamic_discount_value>20</dynamic_discount_value>
</direct_promotion>
</direct_promotions>
<error_msg>参数不能为空</error_msg>
<success>true</success>
<error_code>isv.invalid-parameter: NOTNULL</error_code>
</result>
</xhotel_promotion_query_response>
{
"xhotel_promotion_query_response":{
"result":{
"trace_id":"122334232",
"total_count":50,
"direct_promotions":{
"direct_promotion":[
{
"promotion_rule_id":12345,
"promotion_rules":{
"promotion_rule":[
{
"length_of_stay":3,
"book_date":{
"start":"2024-06-11",
"end":"2024-06-12"
},
"min_advance_day":1,
"book_time":{
"start_time":"14:00:00",
"end_time":"16:00:00"
},
"un_stay_date":{
"date_range":[
{
"start":"2024-06-01",
"end":"2024-06-02"
}
]
},
"discount_value":20,
"stay_date":{
"start":"2024-06-01",
"end":"2024-06-02"
},
"over_night_time":{
"start_time":"14:00:00",
"end_time":"16:00:00"
}
}
]
},
"promotion_code":4151,
"resources":{
"promotion_resource":[
{
"rooms":{
"resource_room":[
{,
"room_code":"45875"
}
]
},
"hotel_code":"12321"
}
]
},
"discount_type":1,
"sub_promotion_code":"11",
"discount_list":{
"discount_item":[
{
"discount_type":1,
"discount_value":60
}
]
},
"dynamic_discount_value":"20"
}
]
},
"error_msg":"参数不能为空",
"success":true,
"error_code":"isv.invalid-parameter: NOTNULL"
}
}
}