{
"id": 0,
"dbsplitcode": "string"
}
curl --location --request POST 'http://localhost:8505/icvs-bmp-base/place/getById' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"dbsplitcode": "string"
}'
{
"returncode": "",
"data": {
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"shopid": "",
"placetypeid": "",
"placeid": "",
"placename": "",
"flag": ""
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}