POST api/AccountPrivacy/LogVerify

Request Information

URI Parameters

None.

Body Parameters

LogVerifyVM
NameDescriptionTypeAdditional information
AccountPrivacyAccessMode

AccountPrivacyAccessMode

None.

AccountID

integer

None.

ContactID

integer

None.

UnverifiedReason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountPrivacyAccessMode": 1,
  "AccountID": 1,
  "ContactID": 2,
  "UnverifiedReason": "sample string 3"
}

application/xml, text/xml

Sample:
<LogVerifyVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.AccountPrivacy">
  <AccountID>1</AccountID>
  <AccountPrivacyAccessMode>Verified</AccountPrivacyAccessMode>
  <ContactID>2</ContactID>
  <UnverifiedReason>sample string 3</UnverifiedReason>
</LogVerifyVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ActionResultVM
NameDescriptionTypeAdditional information
Response

IResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Response": null
}

application/xml, text/xml

Sample:
<ActionResultVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels">
  <Response i:nil="true" />
</ActionResultVM>