POST exhibitionpass/update

更新参展证

Request Information

URI Parameters

None.

Body Parameters

参展证信息

ExhibitionPassFrom
NameDescriptionTypeAdditional information
token

身份信息

string

None.

GuestID

SF客户编号

string

None.

VID

合同编号

string

None.

ExhibitorPassId

毅朝展商编号

integer

None.

EPID

SF系统 参展证唯一标识

string

None.

CustomerName

单位名称

string

None.

UserName

姓名

string

None.

Phone

电话

string

None.

CardType

证件类型

string

None.

CardNumber

证件号码

string

None.

ApplyState

申请状态

string

None.

State

审核状态

string

None.

IsDel

删除状态

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "GuestID": "sample string 2",
  "VID": "sample string 3",
  "ExhibitorPassId": 4,
  "EPID": "sample string 5",
  "CustomerName": "sample string 6",
  "UserName": "sample string 7",
  "Phone": "sample string 8",
  "CardType": "sample string 9",
  "CardNumber": "sample string 10",
  "ApplyState": "sample string 11",
  "State": "sample string 12",
  "IsDel": true
}

application/xml, text/xml

Sample:
<ExhibitionPassFrom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web.Models">
  <ApplyState>sample string 11</ApplyState>
  <CardNumber>sample string 10</CardNumber>
  <CardType>sample string 9</CardType>
  <CustomerName>sample string 6</CustomerName>
  <EPID>sample string 5</EPID>
  <ExhibitorPassId>4</ExhibitorPassId>
  <GuestID>sample string 2</GuestID>
  <IsDel>true</IsDel>
  <Phone>sample string 8</Phone>
  <State>sample string 12</State>
  <UserName>sample string 7</UserName>
  <VID>sample string 3</VID>
  <token>sample string 1</token>
</ExhibitionPassFrom>

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.