POST api/v2/accounts/{accountId}/emails
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
Body Parameters
AccountEmailNew| Name | Description | Type | Additional information |
|---|---|---|---|
| string | |||
| EmailTypeId | integer | ||
| RequiredValue | boolean |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"EmailTypeId": 2,
"RequiredValue": true
}
text/html
Sample:
{"Email":"sample string 1","EmailTypeId":2,"RequiredValue":true}
Response
integerResponse Format
application/json, text/json, text/html
Sample:
1