Authorization: ********************{
"refundApplyId": 0,
"devices": [
{
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"remark": "string",
"applicationId": 0,
"equipmentId": "string",
"deviceImageUrls": "string",
"deviceVideoUrls": "string",
"onlineStatus": 0,
"activateTime": "string",
"effectStatus": 0
}
]
}curl --location --request POST '/user/device-refund-apply/applyDeviceRefund' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"refundApplyId": 0,
"devices": [
{
"id": 0,
"tenantId": "string",
"createBy": "string",
"createTime": "string",
"modifyBy": "string",
"modifyTime": "string",
"dataVersion": 0,
"deleteFlag": 0,
"remark": "string",
"applicationId": 0,
"equipmentId": "string",
"deviceImageUrls": "string",
"deviceVideoUrls": "string",
"onlineStatus": 0,
"activateTime": "string",
"effectStatus": 0
}
]
}'{
"code": "",
"msg": "",
"data": false,
"stackTraceMsg": ""
}