设置商家号码信息

POST
https://api.itniotech.com/wa/phone/setBusinessProfile
设置商家号码信息
 
请求参数
参数 说明 是否必填 类型
appId 应用id String
phoneNumber 商家号码 String
websites 主页网址(最多256个字符) Array
description 主页描述(最多512个字符) String
address 公司地址(最多256个字符) String
email 公司邮箱(最多128个字符) String
category 主页分类 1: OTHER 2: AUTO 3: BEAUTY 4: APPAREL 5: EDU 6: ENTERTAIN 7: EVENT_PLAN 8: FINANCE 9: GROCERY 10: GOVT 11: HOTEL 12: HEALTH 13: GOVT 14: PROF_SERVICES 15: RETAIL 16: TRAVEL 17: RESTAURANT Integer
 
请求示例
Request URL:
    https://api.itniotech.com/wa/phone/setBusinessProfile
Request Method:
    post
Request Headers:
    Content-Type: application/json;charset=UTF-8
    Sign: 05d7a50893e22a5c4bb3216ae3396c7c
    Timestamp: 1630468800
    Api-Key: bDqJFiq9
Request Body:{
    "appId":"nZfKuutE",
    "phoneNumber": "176873372166541",
    "category": 1,
    "websites": [
        "https://business.facebook.com/wa/manage/phone-numbers/?business_id=606778997663389&waba_id=149695818231457&global_scope_id=606778997663389&phone_number=6281393106467&childRoute=PHONE_PROFILE%2FPROFILE"
    ],
    "description": "description",
    "address": "company address",
    "email": "juney169@126.com"
}
 
响应参数
参数 说明 类型
status 状态码,0成功,其他失败参见响应状态码说明 String
reason 原因说明 String