POST api/v1/appnotice/GdprAccessRequest

This method is used to create a GDPR Access Request

Request Information

URI Parameters

None.

Body Parameters

Ghostery.Privacy.Common.Objects.DATSAR.SimplifiedAccessRequest
NameDescriptionTypeAdditional information
CompanyId

integer

None.

RegulationId

integer

None.

ProductId

integer

None.

NoticeId

integer

None.

CountryId

integer

None.

LanguageId

integer

None.

LanguageCode

string

None.

RequestType

Ghostery.Privacy.Common.Enums.DatsarType

None.

FirstName

string

None.

LastName

string

None.

EmailAddress

string

None.

Comments

string

None.

StateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "regulationId": 2,
  "productId": 3,
  "noticeId": 4,
  "countryId": 1,
  "languageId": 1,
  "languageCode": "sample string 5",
  "requestType": 1,
  "firstName": "sample string 6",
  "lastName": "sample string 7",
  "emailAddress": "sample string 8",
  "comments": "sample string 9",
  "stateId": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'Ghostery.Privacy.Common.Objects.DATSAR.SimplifiedAccessRequest'.

Response Information

Resource Description

HttpResponseMessage of GdprAccessRequest

Ghostery.Privacy.Common.Objects.DATSAR.AccessRequest
NameDescriptionTypeAdditional information
Id

integer

None.

RequestIdentifier

string

None.

CompanyId

integer

None.

CompanyName

string

None.

CompanyLogoUrl

string

None.

RegulationTypeId

integer

None.

ProductId

integer

None.

NoticeId

integer

None.

CountryId

integer

None.

LanguageId

integer

None.

RequestTypeId

integer

None.

FirstName

string

None.

LastName

string

None.

EmailAddress

string

None.

Comments

string

None.

EmailVerified

boolean

None.

RequestDate

date

None.

VerifiedDate

date

None.

StatusTypeId

integer

None.

Notes

string

None.

ModifiedById

integer

None.

ModifiedDate

date

None.

Deleted

boolean

None.

Domain

string

None.

Status

string

None.

RequestType

string

None.

Country

string

None.

Regulation

string

None.

DATSARRighstId

integer

None.

StateId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "requestIdentifier": "sample string 2",
  "companyId": 3,
  "companyName": "sample string 4",
  "companyLogoUrl": "sample string 5",
  "regulationTypeId": 6,
  "productId": 7,
  "noticeId": 8,
  "countryId": 1,
  "languageId": 1,
  "requestTypeId": 9,
  "firstName": "sample string 10",
  "lastName": "sample string 11",
  "emailAddress": "sample string 12",
  "comments": "sample string 13",
  "emailVerified": true,
  "requestDate": "2024-03-19T02:56:55.0575326+00:00",
  "verifiedDate": "2024-03-19T02:56:55.0575326+00:00",
  "statusTypeId": 16,
  "notes": "sample string 17",
  "modifiedById": 1,
  "modifiedDate": "2024-03-19T02:56:55.0575326+00:00",
  "deleted": true,
  "domain": "sample string 19",
  "status": "sample string 20",
  "requestType": "sample string 21",
  "country": "sample string 22",
  "regulation": "sample string 23",
  "datsarRighstId": 24,
  "stateId": 25
}