POST api/Expert/moditorexportinfo

Request Information

URI Parameters

None.

Body Parameters

Expert
NameDescriptionTypeAdditional information
expertid

string

None.

name

string

None.

sex

string

None.

workspace

string

None.

duty

string

None.

title

string

None.

productname

string

None.

position

string

None.

mobile

string

None.

tel

string

None.

email

string

None.

introduction

string

None.

image

string

None.

isdelete

integer

None.

optype

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "expertid": "sample string 1",
  "name": "sample string 2",
  "sex": "sample string 3",
  "workspace": "sample string 4",
  "duty": "sample string 5",
  "title": "sample string 6",
  "productname": "sample string 7",
  "position": "sample string 8",
  "mobile": "sample string 9",
  "tel": "sample string 10",
  "email": "sample string 11",
  "introduction": "sample string 12",
  "image": "sample string 13",
  "isdelete": 14,
  "optype": 15
}

application/xml, text/xml

Sample:
<Expert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShannxiWlwAPI.Models.Expert">
  <duty>sample string 5</duty>
  <email>sample string 11</email>
  <expertid>sample string 1</expertid>
  <image>sample string 13</image>
  <introduction>sample string 12</introduction>
  <isdelete>14</isdelete>
  <mobile>sample string 9</mobile>
  <name>sample string 2</name>
  <optype>15</optype>
  <position>sample string 8</position>
  <productname>sample string 7</productname>
  <sex>sample string 3</sex>
  <tel>sample string 10</tel>
  <title>sample string 6</title>
  <workspace>sample string 4</workspace>
</Expert>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.