POST xuner/guide/shopguide/getCustomerExtProperty
查看会员补充信息 GetCustomerExtProperty
请求信息
URI 参数
无。
Body 参数
CustomerExtPropertyRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
openid | string |
无。 |
|
commonList | Collection of Common |
无。 |
|
testList | string |
无。 |
请求格式
application/json, text/json
样例:
{ "openid": "sample string 1", "commonList": [ { "brand": "sample string 1", "code": "sample string 2" }, { "brand": "sample string 1", "code": "sample string 2" } ], "testList": "sample string 2" }
响应信息
资源描述
查看会员补充信息 GetCustomerExtProperty
gGuideResponseOfListOfCustomerExtProperty名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of CustomerExtProperty |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "id": "sample string 1", "propertyName": "sample string 2", "propertyType": 3, "required": 4, "salesEditable": 5, "propertyValue": [ { "uid": "sample string 1", "v": "sample string 2" }, { "uid": "sample string 1", "v": "sample string 2" } ], "propertyValueSet": "sample string 6" }, { "id": "sample string 1", "propertyName": "sample string 2", "propertyType": 3, "required": 4, "salesEditable": 5, "propertyValue": [ { "uid": "sample string 1", "v": "sample string 2" }, { "uid": "sample string 1", "v": "sample string 2" } ], "propertyValueSet": "sample string 6" } ], "req": "sample string 1", "msg": "sample string 2", "code": 3 }