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