POST api/IM/MassgeWithdraw

Request Information

URI Parameters

None.

Body Parameters

MassgeWithdraw_Par
NameDescriptionTypeAdditional information
To_Account

string

None.

From_Account

string

None.

MsgKey

string

None.

Token

string

None.

OpenId

string

None.

UserId

string

None.

OpenMobile

string

None.

Keyword

string

None.

AreaName

string

None.

EnvVersion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "To_Account": "sample string 1",
  "From_Account": "sample string 2",
  "MsgKey": "sample string 3",
  "Token": "sample string 4",
  "OpenId": "sample string 5",
  "UserId": "sample string 6",
  "OpenMobile": "sample string 7",
  "Keyword": "sample string 8",
  "AreaName": "sample string 9",
  "EnvVersion": "sample string 10"
}

application/xml, text/xml

Sample:
<MassgeWithdraw_Par xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.IM.ParameterModel">
  <AreaName xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 9</AreaName>
  <EnvVersion xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 10</EnvVersion>
  <Keyword xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 8</Keyword>
  <OpenId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 5</OpenId>
  <OpenMobile xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 7</OpenMobile>
  <Token xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 4</Token>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">sample string 6</UserId>
  <From_Account>sample string 2</From_Account>
  <MsgKey>sample string 3</MsgKey>
  <To_Account>sample string 1</To_Account>
</MassgeWithdraw_Par>

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

Response Information

Resource Description

ApiResult
NameDescriptionTypeAdditional information
code

integer

None.

msg

string

None.

errMsg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "msg": "sample string 2",
  "errMsg": "sample string 3",
  "data": {}
}

application/xml, text/xml

Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BPMS.OpenApi.Model.ManageBase">
  <code>1</code>
  <data />
  <errMsg>sample string 3</errMsg>
  <msg>sample string 2</msg>
</ApiResult>