TBS Apps API

<back to all web services

ClientVerificationRequest

Requires Authentication
The following routes are available for this service:
All Verbs/VerifyClientIdentity
ClientVerificationRequest Parameters:
NameParameterData TypeRequiredDescription
PersonalDetailsqueryClientPersonalDetailsNoClient Personal Details
IsReviewVerificationquerybooleanNoFlag to identify if the verificaiton request is from review details
VerificationIdquerystringNoGreenId Verification Id
ClientPersonalDetails Parameters:
NameParameterData TypeRequiredDescription
TitleformstringNoTitle
SurnameformstringNoSurname
MiddleNameformstringNoMiddleName
FirstNameformstringNoFirstName
GenderformcharNoGender. F: Female, M: Male
DOBformDateTimeNoDate Of Birth
EmailformstringNoEmail
PhoneNoformstringNoPhone No
MobileNoformstringNoMobile No
ResidentialAddressNoformstringNoResidential Address No
ResidentialAddress1formstringNoResidential Address 1
ResidentialAddress2formstringNoResidential Address 2
ResidentialSuburbformstringNoResidential Suburb
ResidentialStateCodeformstringNoResidential State Code
ResidentialPostCodeformstringNoResidential Post Code
ResidentialCountryCodeformstringNoResidential Country Code
ClientVerificationResponse Parameters:
NameParameterData TypeRequiredDescription
PersonalDetailsformClientPersonalDetailsNo
IsClientVerifiedformboolNo
VerificationIdformstringNo
VerificationStatusformstringNo
VerificationTokenformstringNo
ResponseDataBase Parameters:
NameParameterData TypeRequiredDescription
ErrorNoformintNo
MessageformstringNo
Identityformlong?No

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

POST /VerifyClientIdentity HTTP/1.1 
Host: tstextweb20.np.bluebet.com.au 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"PersonalDetails":{"Title":"String","Surname":"String","MiddleName":"String","FirstName":"String","Gender":"\u0000","DOB":"0001-01-01T00:00:00.0000000Z","Email":"String","PhoneNo":"String","MobileNo":"String","ResidentialAddressNo":"String","ResidentialAddress1":"String","ResidentialAddress2":"String","ResidentialSuburb":"String","ResidentialStateCode":"String","ResidentialPostCode":"String","ResidentialCountryCode":"String"},"IsReviewVerification":false,"VerificationId":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"PersonalDetails":{"Title":"String","Surname":"String","MiddleName":"String","FirstName":"String","Gender":"\u0000","DOB":"0001-01-01T00:00:00.0000000Z","Email":"String","PhoneNo":"String","MobileNo":"String","ResidentialAddressNo":"String","ResidentialAddress1":"String","ResidentialAddress2":"String","ResidentialSuburb":"String","ResidentialStateCode":"String","ResidentialPostCode":"String","ResidentialCountryCode":"String"},"IsClientVerified":false,"VerificationId":"String","VerificationStatus":"String","VerificationToken":"String","ErrorNo":0,"Message":"String","Identity":0}