POST Order/SetOrderAddress

请求参数

URI 参数

无。

Body 参数

setOrderAddressReqData
名称描述类型附加信息
userId

string

无。

openId

string

无。

deliveryId

string

无。

orderId

string

无。

linkMan

string

无。

linkTel

string

无。

address

string

无。

provinceCode

string

无。

province

string

无。

city

string

无。

cityCode

string

无。

area

string

无。

areaCode

string

无。

cityId

string

无。

vipAddressId

string

无。

请求格式

application/json, text/json

示例:
{
  "userId": "sample string 1",
  "openId": "sample string 2",
  "deliveryId": "sample string 3",
  "orderId": "sample string 4",
  "linkMan": "sample string 5",
  "linkTel": "sample string 6",
  "address": "sample string 7",
  "provinceCode": "sample string 8",
  "province": "sample string 9",
  "city": "sample string 10",
  "cityCode": "sample string 11",
  "area": "sample string 12",
  "areaCode": "sample string 13",
  "cityId": "sample string 14",
  "vipAddressId": "sample string 15"
}

application/xml, text/xml

示例:
<setOrderAddressReqData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order">
  <address>sample string 7</address>
  <area>sample string 12</area>
  <areaCode>sample string 13</areaCode>
  <city>sample string 10</city>
  <cityCode>sample string 11</cityCode>
  <cityId>sample string 14</cityId>
  <deliveryId>sample string 3</deliveryId>
  <linkMan>sample string 5</linkMan>
  <linkTel>sample string 6</linkTel>
  <openId>sample string 2</openId>
  <orderId>sample string 4</orderId>
  <province>sample string 9</province>
  <provinceCode>sample string 8</provinceCode>
  <userId>sample string 1</userId>
  <vipAddressId>sample string 15</vipAddressId>
</setOrderAddressReqData>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

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

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。