| PUT POST | /campaign/verifycustomer | Verify Campaign Customer |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CommsPublicAccessGuid | body | Guid | Yes | |
| CustomersId | body | long | No | |
| UpdatedAddress | body | string | No | |
| UpdatedAge | body | int? | No | |
| UpdatedCity | body | string | No | |
| UpdatedContactNumber | body | string | No | |
| UpdatedEmail | body | string | No | |
| UpdatedEthnicGroup | body | string | No | |
| UpdatedFirstName | body | string | No | |
| UpdatedGender | body | string | No | |
| UpdatedHomeLanguage | body | string | No | |
| UpdatedIdNumber | body | string | No | |
| UpdatedLastName | body | string | No | |
| UpdatedPostalCode | body | string | No | |
| UpdatedRegion | body | string | No | |
| UpdatedSuburb | body | string | No | |
| UpdatedUniqueIdentifier | body | string | No | |
| UpdatedBirthDate | body | DateTime? | No | |
| UpdatedCountry | body | string | No | |
| UpdatedPassportNumber | body | string | No | |
| StatusCodesId | body | long | Yes | |
| Reason | body | string | No | |
| CampaignsId | body | long | Yes | |
| CapturedDate | body | DateTimeOffset | Yes | |
| UpdatedIdUrl | body | string | No | |
| UpdatedPassportUrl | body | string | No | |
| UpdatedAddressUrl | body | string | No |
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.
POST /campaign/verifycustomer HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<CampaignVerifyCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel">
<CampaignsId>0</CampaignsId>
<CapturedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>0001-01-01T00:00:00Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CapturedDate>
<CommsPublicAccessGuid>00000000-0000-0000-0000-000000000000</CommsPublicAccessGuid>
<CustomersId>0</CustomersId>
<Reason>String</Reason>
<StatusCodesId>0</StatusCodesId>
<UpdatedAddress>String</UpdatedAddress>
<UpdatedAddressUrl>String</UpdatedAddressUrl>
<UpdatedAge>0</UpdatedAge>
<UpdatedBirthDate>0001-01-01T00:00:00</UpdatedBirthDate>
<UpdatedCity>String</UpdatedCity>
<UpdatedContactNumber>String</UpdatedContactNumber>
<UpdatedCountry>String</UpdatedCountry>
<UpdatedEmail>String</UpdatedEmail>
<UpdatedEthnicGroup>String</UpdatedEthnicGroup>
<UpdatedFirstName>String</UpdatedFirstName>
<UpdatedGender>String</UpdatedGender>
<UpdatedHomeLanguage>String</UpdatedHomeLanguage>
<UpdatedIdNumber>String</UpdatedIdNumber>
<UpdatedIdUrl>String</UpdatedIdUrl>
<UpdatedLastName>String</UpdatedLastName>
<UpdatedPassportNumber>String</UpdatedPassportNumber>
<UpdatedPassportUrl>String</UpdatedPassportUrl>
<UpdatedPostalCode>String</UpdatedPostalCode>
<UpdatedRegion>String</UpdatedRegion>
<UpdatedSuburb>String</UpdatedSuburb>
<UpdatedUniqueIdentifier>String</UpdatedUniqueIdentifier>
</CampaignVerifyCustomer>
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">false</boolean>