POST MyPackageBox/EditAddress?access_token={access_token}

请求参数

URI 参数

名称描述类型附加信息
access_token

string

Required

Body 参数

EditAddressDTO
名称描述类型附加信息
order_id

string

无。

Address

string

无。

Province

string

无。

City

string

无。

Area

string

无。

AddressId

string

无。

Flag

integer

无。

CityCode

string

无。

ProvinceCode

string

无。

AreaCode

string

无。

Field9

string

无。

请求格式

application/json, text/json

示例:
{
  "order_id": "sample string 1",
  "Address": "sample string 2",
  "Province": "sample string 3",
  "City": "sample string 4",
  "Area": "sample string 5",
  "AddressId": "sample string 6",
  "Flag": 7,
  "CityCode": "sample string 8",
  "ProvinceCode": "sample string 9",
  "AreaCode": "sample string 10",
  "Field9": "sample string 11"
}

application/xml, text/xml

示例:
<EditAddressDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Package.Response">
  <Address>sample string 2</Address>
  <AddressId>sample string 6</AddressId>
  <Area>sample string 5</Area>
  <AreaCode>sample string 10</AreaCode>
  <City>sample string 4</City>
  <CityCode>sample string 8</CityCode>
  <Field9>sample string 11</Field9>
  <Flag>7</Flag>
  <Province>sample string 3</Province>
  <ProvinceCode>sample string 9</ProvinceCode>
  <order_id>sample string 1</order_id>
</EditAddressDTO>

application/x-www-form-urlencoded

示例:

Sample not available.

Response 信息

资源描述

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

Version

无。

Content

HttpContent

无。

StatusCode

HttpStatusCode

无。

ReasonPhrase

string

无。

Headers

Object 集合

无。

RequestMessage

HttpRequestMessage

无。

IsSuccessStatusCode

boolean

无。