PUT api/Contacts/{id}?Phone={Phone}&Mail={Mail}&MarketingEmails={MarketingEmails}&SmsMessaging={SmsMessaging}&HrciNews={HrciNews}&HrciAlert={HrciAlert}

Update Contact Preferences Information.
Possible Service Responses:
200/OK - contact updated successfully and returned in the body of the response.
404/Contact Not Found - no contact found for the specified id.
500/Internal Server - unexpected server error, details in the body of the response.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

System.String

Required

Phone

System.Boolean

Required

Mail

System.Boolean

Required

MarketingEmails

System.Boolean

Required

SmsMessaging

System.Boolean

Required

HrciNews

System.Boolean

Required

HrciAlert

System.Boolean

Required

Body Parameters

None.

Response Information

Resource Description

None.