{
"id": 0,
"erpTransactionCode": "string",
"reportTitle": "string",
"state": true,
"sourceBusinessCategoryId": 0,
"businessCategoryUse": "string",
"erpTransactionCodeTwo": "string",
"businessCategoryErpPort": "string",
"businessCategoryApi": "string",
"businessCategoryControlReqDTOS": [
{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}
],
"delBusinessCategoryControlReqDTOS": [
{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}
]
}
curl --location --request POST '/businessCategory/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"erpTransactionCode": "string",
"reportTitle": "string",
"state": true,
"sourceBusinessCategoryId": 0,
"businessCategoryUse": "string",
"erpTransactionCodeTwo": "string",
"businessCategoryErpPort": "string",
"businessCategoryApi": "string",
"businessCategoryControlReqDTOS": [
{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}
],
"delBusinessCategoryControlReqDTOS": [
{
"id": 0,
"businessCategoryId": 0,
"controlCode": "string",
"controlName": "string",
"isRequired": true,
"remark": "string"
}
]
}'
{
"code": "",
"message": "",
"data": false
}