POST api/Brand/TransferBrandEmp

品牌分组批量编辑(转移)

Request Information

URI Parameters

None.

Body Parameters

TransBrandEmpRequest
NameDescriptionTypeAdditional information
IdList

主键,多个逗号分隔

string

None.

purchase_empId

采购人员Id

integer

None.

product_manager_empId

产品经理Id

integer

None.

resource_support_empId

资源支持人员Id

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdList": "sample string 1",
  "purchase_empId": 1,
  "product_manager_empId": 1,
  "resource_support_empId": 1,
  "user_id": "sample string 2",
  "token": "sample string 3"
}

application/xml, text/xml

Sample:
<TransBrandEmpRequest 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>
  <IdList>sample string 1</IdList>
  <product_manager_empId>1</product_manager_empId>
  <purchase_empId>1</purchase_empId>
  <resource_support_empId>1</resource_support_empId>
</TransBrandEmpRequest>

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

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.