{
"key": {}
}
curl --location --request POST 'http://localhost:8100/icvs-bmp-base/brand/getCntBrand' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": {}
}'
{
"returncode": "",
"data": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"brandid": "",
"brandname": "",
"brandclass": 0,
"headbrandid": "",
"brandstatus": 0,
"note": "",
"brandurl": ""
}
],
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}