Authorization: Bearer ********************{
"params": {
"data": [
{
"template_id": 55089,
"product_uom_qty": 1
},
{
"template_id": 55085,
"product_uom_qty": 1
}
]
}
}curl --location 'https://jh.odoohub.com.cn/wxapi/rental/default/return/' \
--header 'openid: ow5ki0cg-dypi32TbgxPYMjw5aJ8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"params": {
"data": [
{
"template_id": 55089,
"product_uom_qty": 1
},
{
"template_id": 55085,
"product_uom_qty": 1
}
]
}
}'{
"code": 200,
"message": "成功",
"data": {
"applicant_name": "cs",
"applicant_phone": "15731897625",
"order_line_list": [
{
"template_id": 55089,
"template_name": "全新模块",
"product_image": "https://erp.ijuhui.cn/web/image?model=product.template&id=55089&field=image_1920",
"product_uom_qty": 1,
"price_unit": 2917.13,
"price_total": 2917.13,
"rental_days": 1,
"rental_location": "上海市嘉定区银龙路258弄21号楼D区4层"
},
{
"template_id": 55085,
"template_name": "检测服务费",
"product_image": "https://erp.ijuhui.cn/web/image?model=product.template&id=55085&field=image_1920",
"product_uom_qty": 1,
"price_unit": 1,
"price_total": 1,
"rental_days": 1,
"rental_location": "上海市嘉定区银龙路258弄21号楼D区4层"
}
],
"deposit_amount": 0,
"deduction_amount": 0
}
}