POST api/GoodsStandard/GetGoodsStandardType

获取标准分类

Request Information

URI Parameters

None.

Body Parameters

请求数据

GetGoodsStandardTypeRequest
NameDescriptionTypeAdditional information
type_name

标准分类名称

string

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type_name": "sample string 1",
  "user_id": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<GetGoodsStandardTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 3</token>
  <user_id>sample string 2</user_id>
  <type_name>sample string 1</type_name>
</GetGoodsStandardTypeRequest>

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 'GetGoodsStandardTypeRequest'.

Response Information

Resource Description

获取标准分类

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.