| GET | /campaign/certbycustomerguid/{CampaignPublicAccessGuid}/{CustomerPublicAccessGuid} | Get Campaign Certificate By Campaign and Customer GUID |
|---|
"use strict";
export class CampaignActionsView {
/** @param {{Id?:number,CampaignsId?:number,ActionsId?:number,ButtonName?:string,ActionTypesId?:number,Description?:string,OfferOrder?:number,StandOut?:boolean,PublicAccessGuid?:string,IsPayment?:boolean,IsPayOff?:boolean,IsEnabled?:boolean}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Id;
/** @type {number} */
CampaignsId;
/** @type {?number} */
ActionsId;
/** @type {string} */
ButtonName;
/** @type {?number} */
ActionTypesId;
/** @type {string} */
Description;
/** @type {?number} */
OfferOrder;
/** @type {?boolean} */
StandOut;
/** @type {string} */
PublicAccessGuid;
/** @type {boolean} */
IsPayment;
/** @type {boolean} */
IsPayOff;
/** @type {boolean} */
IsEnabled;
}
export class Campaigns {
/** @param {{Id?:number,TenantsId?:number,Name?:string,Description?:string,AvatarsId?:number,SchedulesId?:number,MessageTonesId?:number,StatusCodesId?:number,PublicAccessGuid?:string,ViewHeading?:string,CampaignActions?:CampaignActionsView[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Id;
/** @type {number} */
TenantsId;
/** @type {string} */
Name;
/** @type {string} */
Description;
/** @type {?number} */
AvatarsId;
/** @type {?number} */
SchedulesId;
/** @type {?number} */
MessageTonesId;
/** @type {number} */
StatusCodesId;
/** @type {string} */
PublicAccessGuid;
/** @type {string} */
ViewHeading;
/** @type {CampaignActionsView[]} */
CampaignActions;
}
export class Customers {
/** @param {{Id?:number,TenantsId?:number,UserAuthId?:number,SegmentsId?:number,CompaniesId?:number,CurrenciesId?:number,Address?:string,Age?:number,City?:string,ContactNumber?:string,Email?:string,EthnicGroup?:string,FirstName?:string,Gender?:string,HomeLanguage?:string,IdNumber?:string,LastName?:string,PostalCode?:string,Region?:string,Suburb?:string,UniqueIdentifier?:string,BirthDate?:string,Classifications?:{ [index:string]: string; },Country?:string,PassportNumber?:string,StatusCodesId?:number,Reason?:string,VulnerabilityFlag?:boolean,Meta?:{ [index:string]: string; },PublicAccessGuid?:string,CustomField1?:string,CustomField2?:string,CustomField3?:string,CustomField4?:string,CustomField5?:string,CustomField6?:string,CustomField7?:string,CustomField8?:string,CustomField9?:string,CustomField10?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Id;
/** @type {number} */
TenantsId;
/** @type {?number} */
UserAuthId;
/** @type {number} */
SegmentsId;
/** @type {?number} */
CompaniesId;
/** @type {?number} */
CurrenciesId;
/** @type {string} */
Address;
/** @type {?number} */
Age;
/** @type {string} */
City;
/** @type {string} */
ContactNumber;
/** @type {string} */
Email;
/** @type {string} */
EthnicGroup;
/** @type {string} */
FirstName;
/** @type {string} */
Gender;
/** @type {string} */
HomeLanguage;
/** @type {string} */
IdNumber;
/** @type {string} */
LastName;
/** @type {string} */
PostalCode;
/** @type {string} */
Region;
/** @type {string} */
Suburb;
/** @type {string} */
UniqueIdentifier;
/** @type {?string} */
BirthDate;
/** @type {{ [index:string]: string; }} */
Classifications;
/** @type {string} */
Country;
/** @type {string} */
PassportNumber;
/** @type {number} */
StatusCodesId;
/** @type {string} */
Reason;
/** @type {?boolean} */
VulnerabilityFlag;
/** @type {{ [index:string]: string; }} */
Meta;
/** @type {string} */
PublicAccessGuid;
/** @type {string} */
CustomField1;
/** @type {string} */
CustomField2;
/** @type {string} */
CustomField3;
/** @type {string} */
CustomField4;
/** @type {string} */
CustomField5;
/** @type {string} */
CustomField6;
/** @type {string} */
CustomField7;
/** @type {string} */
CustomField8;
/** @type {string} */
CustomField9;
/** @type {string} */
CustomField10;
}
export class CampaignInstanceComms {
/** @param {{Id?:number,CampaignInstanceCustomersId?:number,ChannelsId?:number,Email?:string,MobileNumber?:string,EmailAttachmentTemplate?:string,EmailTemplate?:string,EmailHtmlTemplate?:string,SmsTemplate?:string,PublicAccessGuid?:string,CampaignsId?:number,DebtsId?:number,IsPaymentCampaign?:boolean,ScheduleInstancesId?:number,StatusCodesId?:number,EmailTemplatesId?:number,AvatarTemplateText?:string,HeadingTemplateText?:string,SubheadingTemplateText?:string,Sent?:boolean,Failed?:boolean,CommsUrl?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Id;
/** @type {number} */
CampaignInstanceCustomersId;
/** @type {number} */
ChannelsId;
/** @type {string} */
Email;
/** @type {string} */
MobileNumber;
/** @type {string} */
EmailAttachmentTemplate;
/** @type {string} */
EmailTemplate;
/** @type {string} */
EmailHtmlTemplate;
/** @type {string} */
SmsTemplate;
/** @type {string} */
PublicAccessGuid;
/** @type {number} */
CampaignsId;
/** @type {?number} */
DebtsId;
/** @type {boolean} */
IsPaymentCampaign;
/** @type {?number} */
ScheduleInstancesId;
/** @type {?number} */
StatusCodesId;
/** @type {?number} */
EmailTemplatesId;
/** @type {string} */
AvatarTemplateText;
/** @type {string} */
HeadingTemplateText;
/** @type {string} */
SubheadingTemplateText;
/** @type {boolean} */
Sent;
/** @type {boolean} */
Failed;
/** @type {string} */
CommsUrl;
}
export class EmailEventsView {
/** @param {{Id?:number,Email?:string,TimestampDate?:string,Event?:string,Category?:string,SgEventId?:string,SgMessageId?:string,UserAgent?:string,Ipaddress?:string,Url?:string,CampaignInstanceCommsId?:number,TenantsId?:number,SegmentsId?:number,Address?:string,Age?:number,City?:string,ContactNumber?:string,EthnicGroup?:string,FirstName?:string,Gender?:string,HomeLanguage?:string,IdNumber?:string,LastName?:string,PostalCode?:string,Region?:string,Suburb?:string,BirthDate?:string,Classifications?:{ [index:string]: string; },Country?:string,PassportNumber?:string,StatusCodesId?:number,Reason?:string,VulnerabilityFlag?:boolean,CompaniesName?:string,SegmentsName?:string,SegmentsIsCustom?:boolean,StatusCodesDescription?:string,CampaignsId?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?number} */
Id;
/** @type {string} */
Email;
/** @type {?string} */
TimestampDate;
/** @type {string} */
Event;
/** @type {string} */
Category;
/** @type {string} */
SgEventId;
/** @type {string} */
SgMessageId;
/** @type {string} */
UserAgent;
/** @type {string} */
Ipaddress;
/** @type {string} */
Url;
/** @type {?number} */
CampaignInstanceCommsId;
/** @type {?number} */
TenantsId;
/** @type {?number} */
SegmentsId;
/** @type {string} */
Address;
/** @type {?number} */
Age;
/** @type {string} */
City;
/** @type {string} */
ContactNumber;
/** @type {string} */
EthnicGroup;
/** @type {string} */
FirstName;
/** @type {string} */
Gender;
/** @type {string} */
HomeLanguage;
/** @type {string} */
IdNumber;
/** @type {string} */
LastName;
/** @type {string} */
PostalCode;
/** @type {string} */
Region;
/** @type {string} */
Suburb;
/** @type {?string} */
BirthDate;
/** @type {{ [index:string]: string; }} */
Classifications;
/** @type {string} */
Country;
/** @type {string} */
PassportNumber;
/** @type {?number} */
StatusCodesId;
/** @type {string} */
Reason;
/** @type {?boolean} */
VulnerabilityFlag;
/** @type {string} */
CompaniesName;
/** @type {string} */
SegmentsName;
/** @type {?boolean} */
SegmentsIsCustom;
/** @type {string} */
StatusCodesDescription;
/** @type {?number} */
CampaignsId;
}
export class SmsWatsappEventsView {
/** @param {{Id?:number,CampaignInstancesCommsId?:number,RawJson?:{ [index:string]: string; },IntegrationId?:string,IntegrationName?:string,Channel?:string,Timestamp?:number,TimestampDate?:string,StatusCode?:number,Status?:string,MessageId?:string,ClientMessageId?:string,TenantsId?:number,SegmentsId?:number,Address?:string,Age?:number,City?:string,ContactNumber?:string,EthnicGroup?:string,FirstName?:string,Gender?:string,HomeLanguage?:string,IdNumber?:string,LastName?:string,PostalCode?:string,Region?:string,Suburb?:string,BirthDate?:string,Classifications?:{ [index:string]: string; },Country?:string,PassportNumber?:string,StatusCodesId?:number,Reason?:string,VulnerabilityFlag?:boolean,CompaniesName?:string,SegmentsName?:string,SegmentsIsCustom?:boolean,StatusCodesDescription?:string,CampaignsId?:number,CustomersId?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {?number} */
Id;
/** @type {?number} */
CampaignInstancesCommsId;
/** @type {{ [index:string]: string; }} */
RawJson;
/** @type {string} */
IntegrationId;
/** @type {string} */
IntegrationName;
/** @type {string} */
Channel;
/** @type {?number} */
Timestamp;
/** @type {?string} */
TimestampDate;
/** @type {?number} */
StatusCode;
/** @type {string} */
Status;
/** @type {string} */
MessageId;
/** @type {string} */
ClientMessageId;
/** @type {?number} */
TenantsId;
/** @type {?number} */
SegmentsId;
/** @type {string} */
Address;
/** @type {?number} */
Age;
/** @type {string} */
City;
/** @type {string} */
ContactNumber;
/** @type {string} */
EthnicGroup;
/** @type {string} */
FirstName;
/** @type {string} */
Gender;
/** @type {string} */
HomeLanguage;
/** @type {string} */
IdNumber;
/** @type {string} */
LastName;
/** @type {string} */
PostalCode;
/** @type {string} */
Region;
/** @type {string} */
Suburb;
/** @type {?string} */
BirthDate;
/** @type {{ [index:string]: string; }} */
Classifications;
/** @type {string} */
Country;
/** @type {string} */
PassportNumber;
/** @type {?number} */
StatusCodesId;
/** @type {string} */
Reason;
/** @type {?boolean} */
VulnerabilityFlag;
/** @type {string} */
CompaniesName;
/** @type {string} */
SegmentsName;
/** @type {?boolean} */
SegmentsIsCustom;
/** @type {string} */
StatusCodesDescription;
/** @type {?number} */
CampaignsId;
/** @type {?number} */
CustomersId;
}
export class CampaignInstanceCommsStats {
/** @param {{Id?:number,CampaignInstanceCommsId?:number,ViewedDate?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
Id;
/** @type {number} */
CampaignInstanceCommsId;
/** @type {?string} */
ViewedDate;
}
export class CampaignInstanceCommsDetails {
/** @param {{CampaignInstanceComms?:CampaignInstanceComms,EmailEvents?:EmailEventsView[],SmsWatsappEvents?:SmsWatsappEventsView[],CampaignInstanceCommsStats?:CampaignInstanceCommsStats[]}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {CampaignInstanceComms} */
CampaignInstanceComms;
/** @type {EmailEventsView[]} */
EmailEvents;
/** @type {SmsWatsappEventsView[]} */
SmsWatsappEvents;
/** @type {CampaignInstanceCommsStats[]} */
CampaignInstanceCommsStats;
}
export class GetCampaignCustomerCertificateResponse {
/** @param {{Campaign?:Campaigns,Customer?:Customers,CampaignInstanceCommsDetails?:CampaignInstanceCommsDetails[],ResponseStatus?:ResponseStatus}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {Campaigns} */
Campaign;
/** @type {Customers} */
Customer;
/** @type {CampaignInstanceCommsDetails[]} */
CampaignInstanceCommsDetails;
/** @type {ResponseStatus} */
ResponseStatus;
}
export class GetCampaignCustomerCertificateByCustomerId {
/** @param {{CampaignPublicAccessGuid?:string,CustomerPublicAccessGuid?:string}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {string} */
CampaignPublicAccessGuid;
/** @type {string} */
CustomerPublicAccessGuid;
}
JavaScript GetCampaignCustomerCertificateByCustomerId DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /campaign/certbycustomerguid/{CampaignPublicAccessGuid}/{CustomerPublicAccessGuid} HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<GetCampaignCustomerCertificateResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel">
<Campaign xmlns:d2p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d2p1:AvatarsId>0</d2p1:AvatarsId>
<d2p1:CampaignActions>
<d2p1:CampaignActionsView>
<d2p1:ActionTypesId>0</d2p1:ActionTypesId>
<d2p1:ActionsId>0</d2p1:ActionsId>
<d2p1:ButtonName>String</d2p1:ButtonName>
<d2p1:CampaignsId>0</d2p1:CampaignsId>
<d2p1:Description>String</d2p1:Description>
<d2p1:Id>0</d2p1:Id>
<d2p1:IsEnabled>false</d2p1:IsEnabled>
<d2p1:IsPayOff>false</d2p1:IsPayOff>
<d2p1:IsPayment>false</d2p1:IsPayment>
<d2p1:OfferOrder>0</d2p1:OfferOrder>
<d2p1:PublicAccessGuid>00000000-0000-0000-0000-000000000000</d2p1:PublicAccessGuid>
<d2p1:StandOut>false</d2p1:StandOut>
</d2p1:CampaignActionsView>
</d2p1:CampaignActions>
<d2p1:Description>String</d2p1:Description>
<d2p1:Id>0</d2p1:Id>
<d2p1:MessageTonesId>0</d2p1:MessageTonesId>
<d2p1:Name>String</d2p1:Name>
<d2p1:PublicAccessGuid>00000000-0000-0000-0000-000000000000</d2p1:PublicAccessGuid>
<d2p1:SchedulesId>0</d2p1:SchedulesId>
<d2p1:StatusCodesId>0</d2p1:StatusCodesId>
<d2p1:TenantsId>0</d2p1:TenantsId>
<d2p1:ViewHeading>String</d2p1:ViewHeading>
</Campaign>
<CampaignInstanceCommsDetails>
<CampaignInstanceCommsDetails>
<CampaignInstanceComms xmlns:d4p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d4p1:AvatarTemplateText>String</d4p1:AvatarTemplateText>
<d4p1:CampaignInstanceCustomersId>0</d4p1:CampaignInstanceCustomersId>
<d4p1:CampaignsId>0</d4p1:CampaignsId>
<d4p1:ChannelsId>0</d4p1:ChannelsId>
<d4p1:CommsUrl>String</d4p1:CommsUrl>
<d4p1:DebtsId>0</d4p1:DebtsId>
<d4p1:Email>String</d4p1:Email>
<d4p1:EmailAttachmentTemplate>String</d4p1:EmailAttachmentTemplate>
<d4p1:EmailHtmlTemplate>String</d4p1:EmailHtmlTemplate>
<d4p1:EmailTemplate>String</d4p1:EmailTemplate>
<d4p1:EmailTemplatesId>0</d4p1:EmailTemplatesId>
<d4p1:Failed>false</d4p1:Failed>
<d4p1:HeadingTemplateText>String</d4p1:HeadingTemplateText>
<d4p1:Id>0</d4p1:Id>
<d4p1:IsPaymentCampaign>false</d4p1:IsPaymentCampaign>
<d4p1:MobileNumber>String</d4p1:MobileNumber>
<d4p1:PublicAccessGuid>00000000-0000-0000-0000-000000000000</d4p1:PublicAccessGuid>
<d4p1:ScheduleInstancesId>0</d4p1:ScheduleInstancesId>
<d4p1:Sent>false</d4p1:Sent>
<d4p1:SmsTemplate>String</d4p1:SmsTemplate>
<d4p1:StatusCodesId>0</d4p1:StatusCodesId>
<d4p1:SubheadingTemplateText>String</d4p1:SubheadingTemplateText>
</CampaignInstanceComms>
<CampaignInstanceCommsStats xmlns:d4p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d4p1:CampaignInstanceCommsStats>
<d4p1:CampaignInstanceCommsId>0</d4p1:CampaignInstanceCommsId>
<d4p1:Id>0</d4p1:Id>
<d4p1:ViewedDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>0001-01-01T00:00:00Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</d4p1:ViewedDate>
</d4p1:CampaignInstanceCommsStats>
</CampaignInstanceCommsStats>
<EmailEvents xmlns:d4p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d4p1:EmailEventsView>
<d4p1:Address>String</d4p1:Address>
<d4p1:Age>0</d4p1:Age>
<d4p1:BirthDate>0001-01-01T00:00:00</d4p1:BirthDate>
<d4p1:CampaignInstanceCommsId>0</d4p1:CampaignInstanceCommsId>
<d4p1:CampaignsId>0</d4p1:CampaignsId>
<d4p1:Category>String</d4p1:Category>
<d4p1:City>String</d4p1:City>
<d4p1:Classifications xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d4p1:Classifications>
<d4p1:CompaniesName>String</d4p1:CompaniesName>
<d4p1:ContactNumber>String</d4p1:ContactNumber>
<d4p1:Country>String</d4p1:Country>
<d4p1:Email>String</d4p1:Email>
<d4p1:EthnicGroup>String</d4p1:EthnicGroup>
<d4p1:Event>String</d4p1:Event>
<d4p1:FirstName>String</d4p1:FirstName>
<d4p1:Gender>String</d4p1:Gender>
<d4p1:HomeLanguage>String</d4p1:HomeLanguage>
<d4p1:Id>0</d4p1:Id>
<d4p1:IdNumber>String</d4p1:IdNumber>
<d4p1:Ipaddress>String</d4p1:Ipaddress>
<d4p1:LastName>String</d4p1:LastName>
<d4p1:PassportNumber>String</d4p1:PassportNumber>
<d4p1:PostalCode>String</d4p1:PostalCode>
<d4p1:Reason>String</d4p1:Reason>
<d4p1:Region>String</d4p1:Region>
<d4p1:SegmentsId>0</d4p1:SegmentsId>
<d4p1:SegmentsIsCustom>false</d4p1:SegmentsIsCustom>
<d4p1:SegmentsName>String</d4p1:SegmentsName>
<d4p1:SgEventId>String</d4p1:SgEventId>
<d4p1:SgMessageId>String</d4p1:SgMessageId>
<d4p1:StatusCodesDescription>String</d4p1:StatusCodesDescription>
<d4p1:StatusCodesId>0</d4p1:StatusCodesId>
<d4p1:Suburb>String</d4p1:Suburb>
<d4p1:TenantsId>0</d4p1:TenantsId>
<d4p1:TimestampDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>0001-01-01T00:00:00Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</d4p1:TimestampDate>
<d4p1:Url>String</d4p1:Url>
<d4p1:UserAgent>String</d4p1:UserAgent>
<d4p1:VulnerabilityFlag>false</d4p1:VulnerabilityFlag>
</d4p1:EmailEventsView>
</EmailEvents>
<SmsWatsappEvents xmlns:d4p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d4p1:SmsWatsappEventsView>
<d4p1:Address>String</d4p1:Address>
<d4p1:Age>0</d4p1:Age>
<d4p1:BirthDate>0001-01-01T00:00:00</d4p1:BirthDate>
<d4p1:CampaignInstancesCommsId>0</d4p1:CampaignInstancesCommsId>
<d4p1:CampaignsId>0</d4p1:CampaignsId>
<d4p1:Channel>String</d4p1:Channel>
<d4p1:City>String</d4p1:City>
<d4p1:Classifications xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d4p1:Classifications>
<d4p1:ClientMessageId>String</d4p1:ClientMessageId>
<d4p1:CompaniesName>String</d4p1:CompaniesName>
<d4p1:ContactNumber>String</d4p1:ContactNumber>
<d4p1:Country>String</d4p1:Country>
<d4p1:CustomersId>0</d4p1:CustomersId>
<d4p1:EthnicGroup>String</d4p1:EthnicGroup>
<d4p1:FirstName>String</d4p1:FirstName>
<d4p1:Gender>String</d4p1:Gender>
<d4p1:HomeLanguage>String</d4p1:HomeLanguage>
<d4p1:Id>0</d4p1:Id>
<d4p1:IdNumber>String</d4p1:IdNumber>
<d4p1:IntegrationId>String</d4p1:IntegrationId>
<d4p1:IntegrationName>String</d4p1:IntegrationName>
<d4p1:LastName>String</d4p1:LastName>
<d4p1:MessageId>String</d4p1:MessageId>
<d4p1:PassportNumber>String</d4p1:PassportNumber>
<d4p1:PostalCode>String</d4p1:PostalCode>
<d4p1:RawJson xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:KeyValueOfstringstring>
<d6p1:Key>String</d6p1:Key>
<d6p1:Value>String</d6p1:Value>
</d6p1:KeyValueOfstringstring>
</d4p1:RawJson>
<d4p1:Reason>String</d4p1:Reason>
<d4p1:Region>String</d4p1:Region>
<d4p1:SegmentsId>0</d4p1:SegmentsId>
<d4p1:SegmentsIsCustom>false</d4p1:SegmentsIsCustom>
<d4p1:SegmentsName>String</d4p1:SegmentsName>
<d4p1:Status>String</d4p1:Status>
<d4p1:StatusCode>0</d4p1:StatusCode>
<d4p1:StatusCodesDescription>String</d4p1:StatusCodesDescription>
<d4p1:StatusCodesId>0</d4p1:StatusCodesId>
<d4p1:Suburb>String</d4p1:Suburb>
<d4p1:TenantsId>0</d4p1:TenantsId>
<d4p1:Timestamp>0</d4p1:Timestamp>
<d4p1:TimestampDate xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>0001-01-01T00:00:00Z</d6p1:DateTime>
<d6p1:OffsetMinutes>0</d6p1:OffsetMinutes>
</d4p1:TimestampDate>
<d4p1:VulnerabilityFlag>false</d4p1:VulnerabilityFlag>
</d4p1:SmsWatsappEventsView>
</SmsWatsappEvents>
</CampaignInstanceCommsDetails>
</CampaignInstanceCommsDetails>
<Customer xmlns:d2p1="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel.Types">
<d2p1:Address>String</d2p1:Address>
<d2p1:Age>0</d2p1:Age>
<d2p1:BirthDate>0001-01-01T00:00:00</d2p1:BirthDate>
<d2p1:City>String</d2p1:City>
<d2p1:Classifications xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Classifications>
<d2p1:CompaniesId>0</d2p1:CompaniesId>
<d2p1:ContactNumber>String</d2p1:ContactNumber>
<d2p1:Country>String</d2p1:Country>
<d2p1:CurrenciesId>0</d2p1:CurrenciesId>
<d2p1:CustomField1>String</d2p1:CustomField1>
<d2p1:CustomField10>String</d2p1:CustomField10>
<d2p1:CustomField2>String</d2p1:CustomField2>
<d2p1:CustomField3>String</d2p1:CustomField3>
<d2p1:CustomField4>String</d2p1:CustomField4>
<d2p1:CustomField5>String</d2p1:CustomField5>
<d2p1:CustomField6>String</d2p1:CustomField6>
<d2p1:CustomField7>String</d2p1:CustomField7>
<d2p1:CustomField8>String</d2p1:CustomField8>
<d2p1:CustomField9>String</d2p1:CustomField9>
<d2p1:Email>String</d2p1:Email>
<d2p1:EthnicGroup>String</d2p1:EthnicGroup>
<d2p1:FirstName>String</d2p1:FirstName>
<d2p1:Gender>String</d2p1:Gender>
<d2p1:HomeLanguage>String</d2p1:HomeLanguage>
<d2p1:Id>0</d2p1:Id>
<d2p1:IdNumber>String</d2p1:IdNumber>
<d2p1:LastName>String</d2p1:LastName>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
<d2p1:PassportNumber>String</d2p1:PassportNumber>
<d2p1:PostalCode>String</d2p1:PostalCode>
<d2p1:PublicAccessGuid>00000000-0000-0000-0000-000000000000</d2p1:PublicAccessGuid>
<d2p1:Reason>String</d2p1:Reason>
<d2p1:Region>String</d2p1:Region>
<d2p1:SegmentsId>0</d2p1:SegmentsId>
<d2p1:StatusCodesId>0</d2p1:StatusCodesId>
<d2p1:Suburb>String</d2p1:Suburb>
<d2p1:TenantsId>0</d2p1:TenantsId>
<d2p1:UniqueIdentifier>String</d2p1:UniqueIdentifier>
<d2p1:UserAuthId>0</d2p1:UserAuthId>
<d2p1:VulnerabilityFlag>false</d2p1:VulnerabilityFlag>
</Customer>
<ResponseStatus xmlns:d2p1="http://schemas.servicestack.net/types">
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:Message>String</d2p1:Message>
<d2p1:StackTrace>String</d2p1:StackTrace>
<d2p1:Errors>
<d2p1:ResponseError>
<d2p1:ErrorCode>String</d2p1:ErrorCode>
<d2p1:FieldName>String</d2p1:FieldName>
<d2p1:Message>String</d2p1:Message>
<d2p1:Meta xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:KeyValueOfstringstring>
<d5p1:Key>String</d5p1:Key>
<d5p1:Value>String</d5p1:Value>
</d5p1:KeyValueOfstringstring>
</d2p1:Meta>
</d2p1:ResponseError>
</d2p1:Errors>
<d2p1:Meta xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:KeyValueOfstringstring>
<d3p1:Key>String</d3p1:Key>
<d3p1:Value>String</d3p1:Value>
</d3p1:KeyValueOfstringstring>
</d2p1:Meta>
</ResponseStatus>
</GetCampaignCustomerCertificateResponse>