digitaluapi

<back to all web services

GetCustomerCommunicationsFinalStatus

The following routes are available for this service:
All Verbs/report/customercommsfinalstatus/{PublicAccessGuid}
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*
import com.google.gson.annotations.*
import com.google.gson.reflect.*


open class GetCustomerCommunicationsFinalStatus
{
    @Required()
    open var PublicAccessGuid:UUID? = null
}

Kotlin GetCustomerCommunicationsFinalStatus DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /report/customercommsfinalstatus/{PublicAccessGuid} HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: application/xml
Content-Type: application/xml
Content-Length: length

<GetCustomerCommunicationsFinalStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel">
  <PublicAccessGuid>00000000-0000-0000-0000-000000000000</PublicAccessGuid>
</GetCustomerCommunicationsFinalStatus>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ArrayOfCustomerCommunicationsFinalStatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/digitaluapi.ServiceModel">
  <CustomerCommunicationsFinalStatusResponse>
    <ContactNumber>String</ContactNumber>
    <CustomField1>String</CustomField1>
    <CustomField2>String</CustomField2>
    <CustomField3>String</CustomField3>
    <CustomField4>String</CustomField4>
    <CustomerUniqueIdentifier>String</CustomerUniqueIdentifier>
    <Email>String</Email>
    <EmailStatus>String</EmailStatus>
    <EmailTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </EmailTimestamp>
    <FirstName>String</FirstName>
    <Id>0</Id>
    <IdNumber>String</IdNumber>
    <LastName>String</LastName>
    <SmsStatus>String</SmsStatus>
    <SmsTimestamp xmlns:d3p1="http://schemas.datacontract.org/2004/07/System">
      <d3p1:DateTime>0001-01-01T00:00:00Z</d3p1:DateTime>
      <d3p1:OffsetMinutes>0</d3p1:OffsetMinutes>
    </SmsTimestamp>
    <TenantsId>0</TenantsId>
    <ViewCount>0</ViewCount>
  </CustomerCommunicationsFinalStatusResponse>
</ArrayOfCustomerCommunicationsFinalStatusResponse>