{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"teamstaffs": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"staffid": "string",
"staffname": "string"
}
],
"teamvenders": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"venderid": "string",
"vendername": "string"
}
]
}
curl --location --request POST '/icvs-bmp-base/team/resave' \
--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",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"teamstaffs": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"staffid": "string",
"staffname": "string"
}
],
"teamvenders": [
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"rowno": 0,
"teamid": "string",
"teamname": "string",
"venderid": "string",
"vendername": "string"
}
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}