Queries the mailing addresses for Alibaba Cloud invoices.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
bss:QueryCustomerAddress |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The status code. |
Success |
| Message |
string |
The error message. |
Successful! |
| RequestId |
string |
The request ID. |
BBEF51A3-E933-4F40-A534-C673CBDB9C80 |
| Success |
boolean |
Indicates whether the request is successful. |
true |
| Data |
object |
The returned data. |
|
| CustomerInvoiceAddressList |
object |
||
| CustomerInvoiceAddress |
array<object> |
||
|
object |
|||
| Addressee |
string |
test |
|
| PostalCode |
string |
000000 |
|
| UserId |
integer |
4382956342857 |
|
| City |
string |
Hangzhou |
|
| UserNick |
string |
testNick |
|
| Street |
string |
Test Street |
|
| Phone |
string |
138xxxxxxxx |
|
| County |
string |
Test District |
|
| BizType |
string |
test |
|
| DeliveryAddress |
string |
Test Address |
|
| Id |
integer |
311601051 |
|
| Province |
string |
Zhejiang |
Examples
Success response
JSON format
{
"Code": "Success",
"Message": "Successful!",
"RequestId": "BBEF51A3-E933-4F40-A534-C673CBDB9C80",
"Success": true,
"Data": {
"CustomerInvoiceAddressList": {
"CustomerInvoiceAddress": [
{
"Addressee": "test",
"PostalCode": "000000",
"UserId": 4382956342857,
"City": "Hangzhou\n",
"UserNick": "testNick",
"Street": "Test Street\n",
"Phone": "138xxxxxxxx",
"County": "Test District\n",
"BizType": "test",
"DeliveryAddress": "Test Address\n",
"Id": 311601051,
"Province": "Zhejiang\n"
}
]
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.