PUT api/role/{id}/setcompliancechecks
Set the compliance checks on a property marketing role i.e. Valid Epc, Proof of ID or Proof of Ownership.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the role |
integer |
Required |
Body Parameters
The flag detail
SetComplianceChecksCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ValidEpcInPlace | boolean |
None. |
|
| ProofOfIdReceived | boolean |
None. |
|
| ProofOfOwnershipReceived | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"ValidEpcInPlace": true,
"ProofOfIdReceived": true,
"ProofOfOwnershipReceived": true
}
Response Information
Resource Description
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. |