[
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"type": 0,
"groupid": "string",
"groupname": "string",
"code": "string",
"value": "string"
}
]
curl --location --request POST '/icvs-bmm-istktake/regulartimestkGoods/batchSave' \
--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",
"type": 0,
"groupid": "string",
"groupname": "string",
"code": "string",
"value": "string"
}
]'
{
"returncode": "",
"data": {
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"type": 0,
"groupid": "",
"groupname": "",
"code": "",
"value": ""
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}