Reference for http://cssnwebservices.com/CSSNService/CardProcessor/GetDLData
Url: http://cssnwebservices.com/CSSNService/CardProcessor/GetDLData
HTTP Method: GET
| Message direction | Format | Body |
|---|---|---|
| Request | N/A | The Request body is empty. |
| Response | Xml | Example,Schema |
| Response | Json | Example |
The following is an example response Xml body:
<GetDLDataResponse xmlns="http://schemas.datacontract.org/2004/07/CardScanningSolution.CSSNContract"> <Address>String content</Address> <Address2>String content</Address2> <Address3>String content</Address3> <Address4>String content</Address4> <Address5>String content</Address5> <Address6>String content</Address6> <AuthenticationObject>String content</AuthenticationObject> <Base64BackReformattedImage>String content</Base64BackReformattedImage> <Base64FaceImage>String content</Base64FaceImage> <Base64FrontReformattedImage>String content</Base64FrontReformattedImage> <Base64SignImage>String content</Base64SignImage> <CardType>String content</CardType> <City>String content</City> <Class>String content</Class> <CountryShort>String content</CountryShort> <County>String content</County> <DateOfBirth4>String content</DateOfBirth4> <DateOfBirthLocal>String content</DateOfBirthLocal> <DocType>String content</DocType> <DocumentDetectedName>String content</DocumentDetectedName> <DocumentDetectedNameShort>String content</DocumentDetectedNameShort> <DocumentVerificationConfidenceRating>2147483647</DocumentVerificationConfidenceRating> <Duplicate>String content</Duplicate> <Endorsements>String content</Endorsements> <ExpirationDate4>String content</ExpirationDate4> <Eyes>String content</Eyes> <FatherName>String content</FatherName> <Fee>String content</Fee> <Hair>String content</Hair> <Height>String content</Height> <Id>String content</Id> <IdCountry>String content</IdCountry> <IsAddressCorrected>true</IsAddressCorrected> <IsAddressVerified>true</IsAddressVerified> <IsBarcodeRead>true</IsBarcodeRead> <IsIDVerified>true</IsIDVerified> <IsOcrRead>true</IsOcrRead> <IssueDate4>String content</IssueDate4> <IssueDateLocal>String content</IssueDateLocal> <MotherName>String content</MotherName> <NameFirst>String content</NameFirst> <NameFirst_NonMRZ>String content</NameFirst_NonMRZ> <NameLast>String content</NameLast> <NameLast1>String content</NameLast1> <NameLast2>String content</NameLast2> <NameLast_NonMRZ>String content</NameLast_NonMRZ> <NameMiddle>String content</NameMiddle> <NameMiddle_NonMRZ>String content</NameMiddle_NonMRZ> <NameSuffix>String content</NameSuffix> <NameSuffix_NonMRZ>String content</NameSuffix_NonMRZ> <Nationality>String content</Nationality> <Original>String content</Original> <PlaceOfBirth>String content</PlaceOfBirth> <PlaceOfIssue>String content</PlaceOfIssue> <ResponseCodeAuthorization>2147483647</ResponseCodeAuthorization> <ResponseMessageAuthorization>String content</ResponseMessageAuthorization> <Restriction>String content</Restriction> <Results2D>2147483647</Results2D> <Sex>String content</Sex> <SigNum>String content</SigNum> <SocialSecurity>String content</SocialSecurity> <State>String content</State> <TemplateType>String content</TemplateType> <Text1>String content</Text1> <Text2>String content</Text2> <Text3>String content</Text3> <Type>String content</Type> <WebResponseCode>2147483647</WebResponseCode> <WebResponseDescription>String content</WebResponseDescription> <Weight>String content</Weight> <Zip>String content</Zip> <license>String content</license> </GetDLDataResponse>
The following is an example response Json body:
{
"Address":"String content",
"Address2":"String content",
"Address3":"String content",
"Address4":"String content",
"Address5":"String content",
"Address6":"String content",
"AuthenticationObject":"String content",
"Base64BackReformattedImage":"String content",
"Base64FaceImage":"String content",
"Base64FrontReformattedImage":"String content",
"Base64SignImage":"String content",
"CardType":"String content",
"City":"String content",
"Class":"String content",
"CountryShort":"String content",
"County":"String content",
"DateOfBirth4":"String content",
"DateOfBirthLocal":"String content",
"DocType":"String content",
"DocumentDetectedName":"String content",
"DocumentDetectedNameShort":"String content",
"DocumentVerificationConfidenceRating":2147483647,
"Duplicate":"String content",
"Endorsements":"String content",
"ExpirationDate4":"String content",
"Eyes":"String content",
"FatherName":"String content",
"Fee":"String content",
"Hair":"String content",
"Height":"String content",
"Id":"String content",
"IdCountry":"String content",
"IsAddressCorrected":true,
"IsAddressVerified":true,
"IsBarcodeRead":true,
"IsIDVerified":true,
"IsOcrRead":true,
"IssueDate4":"String content",
"IssueDateLocal":"String content",
"MotherName":"String content",
"NameFirst":"String content",
"NameFirst_NonMRZ":"String content",
"NameLast":"String content",
"NameLast1":"String content",
"NameLast2":"String content",
"NameLast_NonMRZ":"String content",
"NameMiddle":"String content",
"NameMiddle_NonMRZ":"String content",
"NameSuffix":"String content",
"NameSuffix_NonMRZ":"String content",
"Nationality":"String content",
"Original":"String content",
"PlaceOfBirth":"String content",
"PlaceOfIssue":"String content",
"ResponseCodeAuthorization":2147483647,
"ResponseMessageAuthorization":"String content",
"Restriction":"String content",
"Results2D":2147483647,
"Sex":"String content",
"SigNum":"String content",
"SocialSecurity":"String content",
"State":"String content",
"TemplateType":"String content",
"Text1":"String content",
"Text2":"String content",
"Text3":"String content",
"Type":"String content",
"WebResponseCode":2147483647,
"WebResponseDescription":"String content",
"Weight":"String content",
"Zip":"String content",
"license":"String content"
}
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/CardScanningSolution.CSSNContract" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/CardScanningSolution.CSSNContract" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="GetDLDataResponse">
<xs:sequence>
<xs:element minOccurs="0" name="Address" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address4" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address5" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Address6" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AuthenticationObject" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Base64BackReformattedImage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Base64FaceImage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Base64FrontReformattedImage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Base64SignImage" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CardType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Class" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CountryShort" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="County" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DateOfBirth4" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DateOfBirthLocal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DocType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DocumentDetectedName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DocumentDetectedNameShort" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DocumentVerificationConfidenceRating" type="xs:int" />
<xs:element minOccurs="0" name="Duplicate" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Endorsements" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ExpirationDate4" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Eyes" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="FatherName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Fee" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Hair" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Height" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IdCountry" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IsAddressCorrected" type="xs:boolean" />
<xs:element minOccurs="0" name="IsAddressVerified" type="xs:boolean" />
<xs:element minOccurs="0" name="IsBarcodeRead" type="xs:boolean" />
<xs:element minOccurs="0" name="IsIDVerified" type="xs:boolean" />
<xs:element minOccurs="0" name="IsOcrRead" type="xs:boolean" />
<xs:element minOccurs="0" name="IssueDate4" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IssueDateLocal" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MotherName" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameFirst" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameFirst_NonMRZ" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameLast" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameLast1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameLast2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameLast_NonMRZ" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameMiddle" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameMiddle_NonMRZ" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameSuffix" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="NameSuffix_NonMRZ" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Nationality" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Original" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PlaceOfBirth" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PlaceOfIssue" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ResponseCodeAuthorization" type="xs:int" />
<xs:element minOccurs="0" name="ResponseMessageAuthorization" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Restriction" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Results2D" type="xs:int" />
<xs:element minOccurs="0" name="Sex" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SigNum" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SocialSecurity" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="State" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="TemplateType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Text1" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Text2" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Text3" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Type" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="WebResponseCode" type="xs:int" />
<xs:element minOccurs="0" name="WebResponseDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Weight" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Zip" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="license" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
<xs:element name="GetDLDataResponse" nillable="true" type="tns:GetDLDataResponse" />
</xs:schema>
Additional response Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="anyType" nillable="true" type="xs:anyType" />
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
<xs:element name="boolean" nillable="true" type="xs:boolean" />
<xs:element name="byte" nillable="true" type="xs:byte" />
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
<xs:element name="decimal" nillable="true" type="xs:decimal" />
<xs:element name="double" nillable="true" type="xs:double" />
<xs:element name="float" nillable="true" type="xs:float" />
<xs:element name="int" nillable="true" type="xs:int" />
<xs:element name="long" nillable="true" type="xs:long" />
<xs:element name="QName" nillable="true" type="xs:QName" />
<xs:element name="short" nillable="true" type="xs:short" />
<xs:element name="string" nillable="true" type="xs:string" />
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
<xs:element name="char" nillable="true" type="tns:char" />
<xs:simpleType name="char">
<xs:restriction base="xs:int" />
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration" />
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid" />
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName" />
<xs:attribute name="Id" type="xs:ID" />
<xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
<tns:element name="schema">
<tns:complexType />
</tns:element>
</tns:schema>