[
{
"id": 0,
"entid": "string",
"dbsplitcode": "string",
"creator": "string",
"createtime": "string",
"modifier": "string",
"modifytime": "string",
"shopid": "string",
"placetypeid": "string",
"placeid": "string",
"placename": "string",
"flag": "string"
}
]
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/batchAdd' \
--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",
"shopid": "string",
"placetypeid": "string",
"placeid": "string",
"placename": "string",
"flag": "string"
}
]'
{
"returncode": "",
"data": {
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"shopid": "",
"placetypeid": "",
"placeid": "",
"placename": "",
"flag": ""
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}