POST ActionApi/Patrol/GetBrandByiStoreId

获取门店对应分销品牌信息

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

获取门店对应分销品牌信息

Collection of sp_GetStatuesMain_Result
NameDescriptionTypeAdditional information
statues

integer

None.

iBrandId

integer

None.

BrandID

integer

None.

BrandName

string

None.

Description

string

None.

State

string

None.

Other1

integer

None.

Other2

integer

None.

OtherName1

string

None.

OtherName2

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "statues": 1,
    "iBrandId": 1,
    "BrandID": 1,
    "BrandName": "sample string 2",
    "Description": "sample string 3",
    "State": "sample string 4",
    "Other1": 1,
    "Other2": 1,
    "OtherName1": "sample string 5",
    "OtherName2": "sample string 6"
  },
  {
    "statues": 1,
    "iBrandId": 1,
    "BrandID": 1,
    "BrandName": "sample string 2",
    "Description": "sample string 3",
    "State": "sample string 4",
    "Other1": 1,
    "Other2": 1,
    "OtherName1": "sample string 5",
    "OtherName2": "sample string 6"
  }
]