PUT api/v2/contact/{contactId}/mailmatrix
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contactId | integer |
Required |
Body Parameters
MailMatrixUpdateName | Description | Type | Additional information |
---|---|---|---|
MailingMatrixID | integer |
None. |
|
boolean |
None. |
||
boolean |
None. |
||
RefID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "MailingMatrixID": 1, "Mail": true, "Email": true, "RefID": 4 }
application/xml, text/xml
Sample:
<MailMatrixUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI"> <Email>true</Email> <Mail>true</Mail> <MailingMatrixID>1</MailingMatrixID> <RefID>4</RefID> </MailMatrixUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |