Data Type: Phone
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
country_code | Integer | Country Code | required | Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86 |
phone_number | String | Phone Number | required | without '+ sign' |
{
"country_code": 1,
"phone_number": "6165793816"
}