{
"deviceId": 0,
"ifidx": 0,
"businessDesc": "string",
"ismanual": "string",
"deviceRef": 0
}
curl --location --request POST '/api/device/port/business/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": 0,
"ifidx": 0,
"businessDesc": "string",
"ismanual": "string",
"deviceRef": 0
}'
{
"code": 0,
"data": null,
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}