{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"type": 0,
"transformInfoList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"projectName": "string",
"sum": "string",
"amount": "string",
"deviceNo": "string",
"beforeUrl": "string",
"afterUrl": "string"
}
]
}curl --location --request POST '/custHomeBed/transformDetail' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"type": 0,
"transformInfoList": [
{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"projectName": "string",
"sum": "string",
"amount": "string",
"deviceNo": "string",
"beforeUrl": "string",
"afterUrl": "string"
}
]
}'{
"success": false,
"code": "",
"message": "",
"data": {
"id": 0,
"type": 0,
"transformInfoList": [
{
"projectName": "",
"sum": "",
"amount": "",
"deviceNo": "",
"beforeUrl": "",
"afterUrl": ""
}
]
}
}