PATCH api/v2/contact/{contactId}/mailmatrix

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contactId

integer

Required

Body Parameters

MailMatrixUpdate
NameDescriptionTypeAdditional information
MailingMatrixID

integer

None.

Mail

boolean

None.

Email

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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MailMatrixUpdate'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.