APIbackgroundchecklatam

<back to all web services

laftValidation

The following routes are available for this service:
All Verbs/laftValidation/{customerApiCode}/{countryISO3}/{documentType}/{document}/{fullName}
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports APIbackgroundchecklatam.ServiceModel

Namespace Global

    Namespace APIbackgroundchecklatam.ServiceModel

        Public Partial Class laftValidation
            Public Overridable Property CustomerApiCode As String
            Public Overridable Property CountryISO3 As String
            Public Overridable Property DocumentType As String
            Public Overridable Property Document As String
            Public Overridable Property FullName As String
        End Class

        Public Partial Class laftValidationResult
            Public Overridable Property SearchData As laftValidation
            Public Overridable Property ProcessDate As Date
            Public Overridable Property HasSuspectedLaftCases As Boolean
            Public Overridable Property SuspectedLaftCaseSources As String
            Public Overridable Property [Error] As String
        End Class
    End Namespace
End Namespace

VB.NET laftValidation DTOs

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

HTTP + CSV

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

POST /laftValidation/{customerApiCode}/{countryISO3}/{documentType}/{document}/{fullName} HTTP/1.1 
Host: api.backgroundchecklatam.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"CustomerApiCode":"String","CountryISO3":"String","DocumentType":"String","Document":"String","FullName":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"SearchData":{"CustomerApiCode":"String","CountryISO3":"String","DocumentType":"String","Document":"String","FullName":"String"},"ProcessDate":"\/Date(-62135596800000-0000)\/","HasSuspectedLaftCases":false,"SuspectedLaftCaseSources":"String","Error":"String"}