POST api/updatecontactdisallowbulkemailv2
Request Information
URI Parameters
None.
Body Parameters
UpdateContactAllowBulkEmailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | string |
None. |
|
| Value | boolean |
None. |
|
| oem_SendUnsubscribeEmail | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": "sample string 1",
"Value": true,
"oem_SendUnsubscribeEmail": true
}
text/plain, application/octet-stream
Sample:
{"ContactId":"sample string 1","Value":true,"oem_SendUnsubscribeEmail":true}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |