| 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 .jsv suffix or ?format=jsv
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: text/jsv
Content-Type: text/jsv
Content-Length: length
{
CommsPublicAccessGuid: 00000000000000000000000000000000,
CustomersId: 0,
UpdatedAddress: String,
UpdatedAge: 0,
UpdatedCity: String,
UpdatedContactNumber: String,
UpdatedEmail: String,
UpdatedEthnicGroup: String,
UpdatedFirstName: String,
UpdatedGender: String,
UpdatedHomeLanguage: String,
UpdatedIdNumber: String,
UpdatedLastName: String,
UpdatedPostalCode: String,
UpdatedRegion: String,
UpdatedSuburb: String,
UpdatedUniqueIdentifier: String,
UpdatedBirthDate: 0001-01-01,
UpdatedCountry: String,
UpdatedPassportNumber: String,
StatusCodesId: 0,
Reason: String,
CampaignsId: 0,
CapturedDate: 0001-01-01T00:00:00.0000000+00:00,
UpdatedIdUrl: String,
UpdatedPassportUrl: String,
UpdatedAddressUrl: String
}
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length False