GET api/AccountPrivacy/OpenPrivacyScreenCheck?accountID={accountID}&contactID={contactID}&taskID={taskID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
Required |
|
| contactID | integer |
None. |
|
| taskID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
OpenPrivacyScreenCheckVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowPrivacyScreen | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShowPrivacyScreen": true
}
application/xml, text/xml
Sample:
<OpenPrivacyScreenCheckVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.AccountPrivacy"> <ShowPrivacyScreen>true</ShowPrivacyScreen> </OpenPrivacyScreenCheckVM>