POST Order/BankExchange?access_token={access_token}

请求参数

URI 参数

名称描述类型附加信息
access_token

string

Required

Body 参数

ZXCreateOrderRP
名称描述类型附加信息
BankExchangeID

string

无。

VipID

string

无。

AddressID

string

无。

ItemID

string

无。

请求格式

application/json, text/json

示例:
{
  "BankExchangeID": "sample string 1",
  "VipID": "sample string 2",
  "AddressID": "sample string 3",
  "ItemID": "sample string 4"
}

application/xml, text/xml

示例:
<ZXCreateOrderRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order">
  <AddressID>sample string 3</AddressID>
  <BankExchangeID>sample string 1</BankExchangeID>
  <ItemID>sample string 4</ItemID>
  <VipID>sample string 2</VipID>
</ZXCreateOrderRP>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

HttpResponseMessage
名称描述类型附加信息
Version

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。