Authorization: Bearer ********************
{
"params": {
"data": {
"vat_id": 17915,
"address_shipping_id": 17839,
"applicant_name": "申请人1",
"applicant_phone": "18056661111",
"applicant_unit_name": "所属公司1",
"deposit_amount": 0,
"deduction_amount": 0,
"data_lines": [
{
"template_id": 55089,
"product_uom_qty": 1,
"rental_days": 1
},
{
"template_id": 55085,
"product_uom_qty": 1,
"rental_days": 1
}
]
}
}
}
curl --location --request POST 'https://shop.ijuhui.mobi/wxapi/rental/create/' \
--header 'openid: ow5ki0fNUAHL_YnGb13fNMg_rwPE' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"data": {
"vat_id": 17915,
"address_shipping_id": 17839,
"applicant_name": "申请人1",
"applicant_phone": "18056661111",
"applicant_unit_name": "所属公司1",
"deposit_amount": 0,
"deduction_amount": 0,
"data_lines": [
{
"template_id": 55089,
"product_uom_qty": 1,
"rental_days": 1
},
{
"template_id": 55085,
"product_uom_qty": 1,
"rental_days": 1
}
]
}
}
}'
{
"code": 0,
"message": "string",
"data": {
"sale_order_id": 0
}
}