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

NameDescriptionTypeAdditional information
id

The id of the role

integer

Required

Body Parameters

The flag detail

Dezrez.Core.DataContracts.External.Api.Role.Command.SetComplianceChecks.SetComplianceChecksCommandDataContract
NameDescriptionTypeAdditional 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

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.