POST ClientArea?Primaryemail={Primaryemail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Primaryemail | string |
Required |
Body Parameters
Collection of Email| Name | Description | Type | Additional information |
|---|---|---|---|
| emailId | string |
None. |
|
| isVerified | integer |
None. |
|
| type | ContactDetailTypes |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"emailId": "sample string 1",
"isVerified": 2,
"type": 0
},
{
"emailId": "sample string 1",
"isVerified": 2,
"type": 0
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of stringResponse Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]