{
"id": 0,
"vue_path": "string",
"tab_page": "string",
"solution_name": "string",
"config_json": "string",
"report_length": 0,
"report_width": 0,
"report_direction": "st",
"tenant_id": 0
}
curl --location --request PUT '/PrintSolution' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"vue_path": "string",
"tab_page": "string",
"solution_name": "string",
"config_json": "string",
"report_length": 0,
"report_width": 0,
"report_direction": "st",
"tenant_id": 0
}'
{
"isSuccess": true,
"code": 0,
"errorMessage": "string",
"data": true
}