Sample output XML file for GDPR_Get_Detail_Data service
You can refer the sample output XML template file.
Sample output XML template:
<GDPRData PersonalDataExist="" TotalPurgedOrders="" TotalCompletedOrders=""
TotalInProgressOrders="" TotalPurgedOpportunities="" >
<PersonInfo AddressID="" AddressLine1="" AddressLine2=""
AddressLine3="" AddressLine4="" AddressLine5="" AddressLine6=""
AlternateEmailID="" Beeper="" City="" Company="" Country="" DayFaxNo=""
DayPhone="" Department="" EMailID="" EveningFaxNo="" EveningPhone=""
FirstName="" HttpUrl="" IsCommercialAddress="" JobTitle="" LastName=""
Latitude="" Longitude="" MiddleName="" MobilePhone="" OtherPhone=""
PersonID="" PersonInfoKey="" State="" Suffix="" TaxGeoCode="" Title=""
ZipCode="" />
<Customer BuyerOrganizationCode="" CustomerType=""
CustomerClassificationCode="" CustomerID="" CustomerKey=""
OrganizationCode="">
<Consumer>
<BillingPersonInfo AddressID="" AddressLine1=""
AddressLine2="" AddressLine3="" AddressLine4="" AddressLine5=""
AddressLine6="" AlternateEmailID="" Beeper="" City="" Company=""
Country="" DayFaxNo="" DayPhone="" Department="" EMailID=""
ErrorTxt="" EveningFaxNo="" EveningPhone="" FirstName="" HttpUrl=""
IsCommercialAddress="" JobTitle="" LastName="" Latitude=""
Longitude="" MiddleName="" MobilePhone="" OtherPhone="" PersonID=""
PreferredShipAddress="" State="" Suffix="" TaxGeoCode="" Title=""
UseCount="" VerificationStatus="" ZipCode="" />
</Consumer>
</Customer>
<InProgressOrderList>
<Order OrderName="" OrderNo="" EnterpriseCode="" Status="">
<OrderLines>
<OrderLine OrderedQty="" Status="">
<Item ItemID="" UnitOfMeasure="" />
</OrderLine>
</OrderLines>
</Order>
</InProgressOrderList>
<CompletedOrderList>
<Order OrderName="" OrderNo="" EnterpriseCode="" Status="">
<OrderLines>
<OrderLine OrderedQty="" Status="">
<Item ItemID="" UnitOfMeasure="" />
</OrderLine>
</OrderLines>
</Order>
</CompletedOrderList>
<PurgedOrderList>
<Order OrderName="" OrderNo="" EnterpriseCode="" Status="">
<OrderLines>
<OrderLine OrderedQty="" Status="">
<Item ItemID="" UnitOfMeasure="" />
</OrderLine>
</OrderLines>
</Order>
</PurgedOrderList>
<OpportunityList>
<Opportunity DocumentType="" OpportunityKey=""
OpportunityID="" OpportunityName="" EnterpriseCode=""
BuyerOrganizationCode="" Description="" BillToID="" OpportunityDate=""
Status="" OwnerUserID="" CoOwnerUserID="" CurrencyValue=""
CustomerContactID="" TeamCode="" LeadOrigin="" LostReasonCode=""
ProbableSuccessRate="" ExpectedCloseDate="" BuyerContactAddressKey=""
PrimaryQuoteKey="" />
</OpportunityList>
<PurgedOpportunityList>
<Opportunity DocumentType="" OpportunityKey=""
OpportunityID="" OpportunityName="" EnterpriseCode=""
BuyerOrganizationCode="" Description="" BillToID="" OpportunityDate=""
Status="" OwnerUserID="" CoOwnerUserID="" CurrencyValue=""
CustomerContactID="" TeamCode="" LeadOrigin="" LostReasonCode=""
ProbableSuccessRate="" ExpectedCloseDate="" BuyerContactAddressKey=""
PrimaryQuoteKey="" />
</PurgedOpportunityList>
</GDPRData>