Update Member Profile
Function
更新会员资料
Endpoint
- /v1/member/update
HTTP Method
- POST
Request Body
{
"vip_code": "0480000427741101",
"last_name_en": "Zhang",
"first_name_en": "Three",
"last_name_zh": "张",
"first_name_zh": "三",
"gender": "M",
"age_group": "02",
"birthday_year": "2000",
"birthday_month": "1",
"birthday_day": "1",
"marital_status": "0",
"had_child": "1",
"child_age_group": ["01"],
"email": "123456@test.com",
"country": "100001",
"address": "address value",
"province": "100001001",
"is_phone_auth": "1",
"one_id": "xxx",
"pipl_1_agree": "1",
"pipl_3_sensitive": "1",
"pipl_4_transfer": "1",
"pipl_5_3rd": "1",
"pipl_6_optin": "1",
"pipl_7_direct_optin": "1",
"title": "03",
"pics_consent":"1",
"pipl_consent_version":"general",
"agree_minor":"0",
"agree_statement": "1",
"agree_tier_matching": "1"
}
Request Parameters
| Field | Required | Type | Remark | Sample |
|---|---|---|---|---|
| vip_code | Yes | string | vip_code | 040100109976XXXX |
| last_name_en | No | string | 英文姓氏(last_name) | Zhang |
| first_name_en | No | string | 英文名(first_name) | Three |
| last_name_zh | No | string | 中文姓氏(last_name) | 张 |
| first_name_zh | No | string | 中文名(first_name) | 三 |
| gender | No | string | 性別,F女 M男 | |
| age_group | No | string | 年齡組 | |
| birthday_year | No | string | 生日-年 | |
| birthday_month | No | string | 生日-月 | |
| birthday_day | No | string | 生日-日 | |
| marital_status | No | string | 婚姻狀態 | |
| had_child | No | string | 是否有小孩: 0没有,1有,2不适用 | |
| child_age_group | No | [string] | 小孩年齡組 | ["01"] |
| No | string | xxx@xxx.xxx | ||
| is_phone_auth | No | string | 手機號是否認證 | |
| country | No | string | 居住地 | |
| address | No | string | 地址 | |
| province | No | string | 地區 | |
| one_id | No | string | 1ID | |
| pipl_1_agree | No | string | 1同意0否, 本人理解上述及愉景新城商业服务有限公司的私隐政策声明、新世界集团的私隐政策声明、个人资料收集声明及附录中的全部内容,并同意根据上述有关目的对本人的个人信息的收集、使用及处理 | 1 |
| pipl_3_sensitive | No | string | 1同意0否, 本人同意根据上述有关目的对本人的敏感个人信息的收集及处理 | 1 |
| pipl_4_transfer | No | string | 1同意0否, 本人同意将本人的个人信息(包括敏感个人信息)转移至中国内地以外地区 | 1 |
| pipl_5_3rd | No | string | 1同意0否, 本人同意向第三方提供本人的个人信息(包括敏感个人信息) | 1 |
| pipl_6_optin | No | string | 1同意0否,本人同意愉景新城商业服务有限公司向新世界集团的关联公司及营销合作伙伴共享本人的个人信息,以便在香港和香港以外地区用于直接促销和跨业直销目的 | 1 |
| pipl_7_direct_optin | No | string | 1同意,0否, 本人同意接受愉景新城商业服务有限公司的直接促销,并同意其将本人的个人信息用于直接促销目的 | 1 |
| title | No | string | 稱謂 | 03 |
| pics_consent | No | string | PICS值: 1=> true, 0 =>false | 1 |
| pipl_consent_version | No | string | general / minor (general: age >= 18, minor: age < 18) (*DPARK no minor now) | general |
| agree_minor | No | string | 1同意,0否 | 1 |
| agree_statement | No | string | 1同意0否,本人同意接收来自DPCSL/DP Club的最新资讯及优惠讯息 | 1 |
| agree_tier_matching | No | string | 1同意0否, 本人同意接收来自DPCSL/DP Club关联公司和营销合作伙伴的最新资讯及优惠讯息 | 1 |
Response Body - Success
{
"code": 0,
"msg": "success",
"data": {}
}
Diff FZ API
FZ API : UpdateMemberInfo
| FZ | New | Remark |
|---|---|---|
| strCallUserCode | / | |
| strCallPassword | / | |
| strVipCode | vip_code | |
| strChnFamilyName | last_name_zh | |
| strChnName | first_name_zh | |
| strEngFamilyName | last_name_en | |
| strEngName | first_name_en | |
| strNameOnCard | / | |
| strSex | gender | |
| strAgeGroup | age_group | |
| strBirthdayYear | birthday_year | |
| strBirthdayMonth | birthday_month | |
| strBirthdayDay | birthday_day | |
| strCertificateType | / | |
| strVipId | / | |
| strMaritalStatus | marital_status | |
| strHadChild | had_child | |
| strChildAgeGroup | child_age_group | 調整為數組 |
| strIncomeCode | / | |
| strVipEmail | ||
| strTelephone | / | |
| strTelephone2 | / | |
| strContinent | / | |
| strCountry | country | |
| strAddress1 | address | |
| strCity | / | |
| strProvince | province | |
| strPostal | / | |
| strLikeProduct | / | |
| strLikeProductOther | / | |
| strInterest | / | |
| strInterestOther | / | |
| strToChinaTimes | / | |
| strToChinaReason | / | |
| strIsPhoneAuthentication | is_phone_auth | |
| strTelephoneCountryCode | / | |
| strOneloginId | one_id | |
| CNPIPL_1_AGREE | pipl_1_agree | |
| CNPIPL_2_CONSENT | / | |
| CNPIPL_3_SENSITIVE | pipl_3_sensitive | |
| CNPIPL_4_TRANSFER | pipl_4_transfer | |
| CNPIPL_5_3RD | pipl_5_3rd | |
| CNPIPL_6_OPTIN | pipl_6_optin | |
| CNPIPL_7_DIRECT_OPTIN | pipl_7_direct_optin | |
| consent_version | pipl_consent_version | |
| agree_minor | agree_minor | |
| strTitle | title | |
| PICS_CONSENT | pics_consent | |
| strIsAgreeStatement | agree_statement | |
| strAgreeTierMatching | agree_tier_matching |