{
"snbnNo": "string"
}
curl --location --request POST '/api/SerialNumberOp/getBNSNView' \
--header 'Content-Type: application/json' \
--data-raw '{
"snbnNo": "string"
}'
{
"errcode": 0,
"errmsg": "",
"result": {
"title": "",
"description": [
{
"label": "",
"value": ""
}
],
"snbnList": [],
"tableData": [
{
"headList": [],
"dataList": [],
"title": ""
}
]
}
}