GET GDPR/RequestSubmition
Resquets a new GDPR submition
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lluni.Models.Common.Wip.GDPR.GDPRValidationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| ValidationType | string |
None. |
|
| MaskedInfo | string |
None. |
|
| PhoneCountryCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2",
"ValidationType": "sample string 3",
"MaskedInfo": "sample string 4",
"PhoneCountryCode": "sample string 5"
}
application/xml, text/xml
Sample:
<GDPRValidationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Wip.GDPR"> <ErrorMessage>sample string 2</ErrorMessage> <MaskedInfo>sample string 4</MaskedInfo> <PhoneCountryCode>sample string 5</PhoneCountryCode> <Success>true</Success> <ValidationType>sample string 3</ValidationType> </GDPRValidationResult>