POST api/people/{id}/updateamarketingpreference
Update a markerting preference by PersonId This cannot be used internally as they do not have the right to move status up to to approved Only the client does
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
MarketingPreferenceDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceType | EnumDataContract |
None. |
|
| ServiceStatusType | EnumDataContract |
None. |
|
| Referral | boolean |
None. |
|
| ReferralStatusType | EnumDataContract |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ServiceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"ServiceStatusType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Referral": true,
"ReferralStatusType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"Id": 2
}
Response Information
Resource Description
The redaction status of a person
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. |