Set Business Number Information
https://api.itniotech.com/wa/phone/setBusinessProfile
Parameters | Description | Required | Type |
---|---|---|---|
appId | Application id | Yes | String |
phoneNumber | Business phone | Yes | String |
websites | Websites (Maximum 256 characters) | No | Array |
description | Description (Maximum 512 characters) | No | String |
address | Address (Maximum 256 characters) | No | String |
Email (Maximum 128 characters) | No | String | |
category | 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 | No | 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": "1768733722166541",
"category": 1,
"websites": [
"https://www.itniotech.com"
],
"description": "description",
"address": "address",
"email": "email@mail.com"
}
Parameters | Description | Type |
---|---|---|
status | Status code, 0 is successful, other failures refer to the interface response code | String |
reason | Reason explanation | String |