POST api/Brand/postRegister

保存注册品牌

Request Information

URI Parameters

None.

Body Parameters

data_Brand
NameDescriptionTypeAdditional information
BrandId

integer

None.

UserId

integer

None.

CompanyId

integer

None.

CategoryId

string

None.

BrandName

string

None.

CategoryName

string

None.

BrandText

string

None.

Company

string

None.

Tel

string

None.

Mobile

string

None.

TypeId

integer

None.

Type

火爆招商|加盟商推荐|高收益

string

None.

Logo

string

None.

ShopImgs

string

None.

Imgs

string

None.

Banner

string

None.

KeyWord

string

None.

MainProducts

string

None.

Describe

string

None.

AreaText

string

None.

Area

string

None.

Address

string

None.

Content

string

None.

Follows

integer

None.

Zans

integer

None.

Score

integer

None.

Views

integer

None.

IsHome

boolean

None.

IsHot

boolean

None.

IsTop

boolean

None.

Sort

integer

None.

Status

integer

None.

UpdateTime

date

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BrandId": 1,
  "UserId": 2,
  "CompanyId": 3,
  "CategoryId": "sample string 4",
  "BrandName": "sample string 5",
  "CategoryName": "sample string 6",
  "BrandText": "sample string 7",
  "Company": "sample string 8",
  "Tel": "sample string 9",
  "Mobile": "sample string 10",
  "TypeId": 11,
  "Type": "sample string 12",
  "Logo": "sample string 13",
  "ShopImgs": "sample string 14",
  "Imgs": "sample string 15",
  "Banner": "sample string 16",
  "KeyWord": "sample string 17",
  "MainProducts": "sample string 18",
  "Describe": "sample string 19",
  "AreaText": "sample string 20",
  "Area": "sample string 21",
  "Address": "sample string 22",
  "Content": "sample string 23",
  "Follows": 24,
  "Zans": 25,
  "Score": 26,
  "Views": 27,
  "IsHome": true,
  "IsHot": true,
  "IsTop": true,
  "Sort": 31,
  "Status": 32,
  "UpdateTime": "2025-12-29 21:31:28",
  "CreateTime": "2025-12-29 21:31:28"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'data_Brand'.

Response Information

Resource Description

保存注册品牌

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.