GET api/t_ProductsBrand?_userid={_userid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_userid

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

t_ProductsBrand
NameDescriptionTypeAdditional information
BrandID

串号

integer

None.

BrandName

品牌名称

string

None.

Description

描述

string

None.

State

状态

string

None.

Other1

竞品1

integer

None.

Other2

竞品2

integer

None.

OtherName1

竞品品牌名称1

string

None.

OtherName2

竞品品牌名称2

string

None.

Response Formats

application/json, text/json

Sample:
{
  "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"
}