{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"bctype": "string",
"bccode": "string",
"bcname": "string",
"begintime": "string",
"endtime": "string",
"collecttime": "string",
"status": 0,
"note": "string"
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/bcgroup/save' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"bctype": "string",
"bccode": "string",
"bcname": "string",
"begintime": "string",
"endtime": "string",
"collecttime": "string",
"status": 0,
"note": "string"
}'
{
"returncode": "",
"data": {
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"bctype": "",
"bccode": "",
"bcname": "",
"begintime": "",
"endtime": "",
"collecttime": "",
"status": 0,
"note": ""
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}