{
"area_code": "string",
"biz_list": [
{
"area_code": "string",
"order_num": "string",
"order_name": "string",
"order_money": 0,
"service_name": "string",
"service_type": "string",
"family_service_type": "string",
"home_service_type": "string",
"service_content": "string",
"service_address": "string",
"order_time": "string",
"picture_url": "string",
"order_source": "string",
"government_subsidy": 0,
"own_money": 0,
"center_subsidy": 0,
"area_subsidy": 0,
"elder_name": "string",
"elder_card_number": "string",
"provider_name": "string",
"provider_uuid": "string",
"provider_usc": "string",
"service_time": "string",
"staff_card_number": "string",
"staff_name": "string",
"order_evaluate": 0,
"service_process": "string",
"service_results": "string",
"distribute_time": "string",
"checkIn_time": "string",
"service_startTime": "string",
"service_finishTime": "string",
"service_total_time": 0,
"is_payment": 0,
"is_refund": 0,
"remarks": "string"
}
],
"request_id": "string",
"request_time": "string"
}curl --location --request POST '/third/homeBedOrderPush' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"area_code": "string",
"biz_list": [
{
"area_code": "string",
"order_num": "string",
"order_name": "string",
"order_money": 0,
"service_name": "string",
"service_type": "string",
"family_service_type": "string",
"home_service_type": "string",
"service_content": "string",
"service_address": "string",
"order_time": "string",
"picture_url": "string",
"order_source": "string",
"government_subsidy": 0,
"own_money": 0,
"center_subsidy": 0,
"area_subsidy": 0,
"elder_name": "string",
"elder_card_number": "string",
"provider_name": "string",
"provider_uuid": "string",
"provider_usc": "string",
"service_time": "string",
"staff_card_number": "string",
"staff_name": "string",
"order_evaluate": 0,
"service_process": "string",
"service_results": "string",
"distribute_time": "string",
"checkIn_time": "string",
"service_startTime": "string",
"service_finishTime": "string",
"service_total_time": 0,
"is_payment": 0,
"is_refund": 0,
"remarks": "string"
}
],
"request_id": "string",
"request_time": "string"
}'{
"code": 0,
"batchNum": "",
"msg": "",
"data": [
{
"code": "",
"batchNum": "",
"msg": "",
"data": ""
}
]
}