GET qimen/addressselfmodify
奇门对接 商业IM-客服平台自助修改地址
请求信息
URI 参数
无。
Body 参数
TaobaoQianniuCloudkefuAddressSelfModifyRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| bizOrderId |
交易订单ID |
string |
无。 |
| buyerNick |
买家账号名 |
string |
无。 |
| modifiedAddress |
要修改的地址信息 |
ModifiedAddressDomain |
无。 |
| oaid |
收件人ID,长度128之内 |
string |
无。 |
| originalAddress |
订单原始收货地址信息 |
OriginalAddressDomain |
无。 |
| sellerNick |
店铺主账号 |
string |
无。 |
请求格式
application/json, text/json
样例:
{
"bizOrderId": "sample string 1",
"buyerNick": "sample string 2",
"modifiedAddress": {
"addressDetail": "sample string 1",
"area": "sample string 2",
"city": "sample string 3",
"country": "sample string 4",
"name": "sample string 5",
"phone": "sample string 6",
"postCode": "sample string 7",
"province": "sample string 8",
"town": "sample string 9"
},
"oaid": "sample string 3",
"originalAddress": {
"addressDetail": "sample string 1",
"area": "sample string 2",
"city": "sample string 3",
"country": "sample string 4",
"name": "sample string 5",
"phone": "sample string 6",
"postCode": "sample string 7",
"province": "sample string 8",
"town": "sample string 9"
},
"sellerNick": "sample string 4"
}
响应信息
资源描述
奇门对接 商业IM-客服平台自助修改地址
TaobaoQianniuCloudkefuAddressSelfModifyResponse| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| result |
修改地址返回结果 |
ResultDODomain |
无。 |
| flag | string |
无。 |
|
| code | string |
无。 |
|
| message | string |
无。 |
|
| sub_code | string |
无。 |
|
| sub_message | string |
无。 |
|
| Body |
响应原始内容 |
string |
无。 |
| RequestUrl | string |
无。 |
|
| IsError | boolean |
无。 |
响应格式
application/json, text/json
样例:
{
"result": {
"errorCode": "sample string 1",
"errorMsg": "sample string 2",
"success": true
},
"flag": "sample string 1",
"code": "sample string 2",
"message": "sample string 3",
"sub_code": "sample string 4",
"sub_message": "sample string 5",
"Body": "sample string 6",
"RequestUrl": "sample string 7",
"IsError": true
}