POST api/v2.0/Contacts/AcceptCodeOfConduct

Stores the Current Date as the Acceptance Date.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

True if the value is successfully updated. If a value already existed, it is left unchanged and True is returned.

Collection of boolean

Response Formats

application/json, text/json

Sample:
[
  true,
  true
]

application/xml, text/xml

Sample:
<ArrayOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <boolean>true</boolean>
  <boolean>true</boolean>
</ArrayOfboolean>