PUT api/v2/accounts/{accountId}/emails/{accountEmailId}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountEmailId | integer |
Required |
Body Parameters
AccountEmailUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer | ||
| string | |||
| EmailTypeId | integer | ||
| RequiredValue | boolean |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Email": "sample string 2",
"EmailTypeId": 3,
"RequiredValue": true
}
text/html
Sample:
{"Id":1,"Email":"sample string 2","EmailTypeId":3,"RequiredValue":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.