{
"fields": [
"string"
],
"pageNo": 0,
"pageSize": 0,
"orderBy": "string",
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"subCondition": {
"key": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"datatype": "Date"
}
]
}
}
curl --location --request POST '/icvs-bmm-fresh/elf/shop/search' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"fields": [
"string"
],
"pageNo": 0,
"pageSize": 0,
"orderBy": "string",
"condition": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"subCondition": {
"key": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{
"relation": "and",
"field": "string",
"operation": "eq",
"value": {},
"nested": [
{}
],
"datatype": "Date"
}
],
"datatype": "Date"
}
]
}
}'
{
"returncode": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": 0,
"entid": "",
"dbsplitcode": "",
"creator": "",
"createtime": "",
"modifier": "",
"modifytime": "",
"shopid": "",
"shopname": "",
"shoplname": "",
"headshopid": "",
"headshopidlist": "",
"deptlevelid": 0,
"lastflag": 0,
"shopstatus": 0,
"shoptype": 0,
"dctypeid": "",
"shopform": "",
"sizeclass": "",
"shopclass": "",
"shoplevel": "",
"commercecircle": "",
"league": "",
"brand": "",
"pgrpcode": "",
"bgrpcode": "",
"dcshopid": "",
"fdcshopid": "",
"workingfloor": 0,
"openingtime": "",
"closetime": "",
"businesshours": "",
"floorcount": 0,
"syjcnt": 0,
"workforce": 0,
"acreage": 0.0,
"showsize": 0.0,
"manager": "",
"telephone": "",
"email": "",
"zipcode": "",
"deliveryaddress": "",
"deliveryphone": "",
"note": "",
"fax": "",
"entname": "",
"city": ""
}
]
},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}