POST api/Jurisdiction/ProcessData2

Request Information

URI Parameters

None.

Body Parameters

JurisdictionRequest
NameDescriptionTypeAdditional information
base64String

string

None.

Request Formats

application/json, text/json

Sample:
{
  "base64String": "sample string 1"
}

application/xml, text/xml

Sample:
<JurisdictionObjects.JurisdictionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JurisdictionServiceAPI.Models">
  <base64String>sample string 1</base64String>
</JurisdictionObjects.JurisdictionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JurisdictionResponse
NameDescriptionTypeAdditional information
LicFirstName

string

None.

LicMiddleName

string

None.

LicLastName

string

None.

licAddress1

string

None.

LicJurisdictionCode

string

None.

LicCity

string

None.

LIcBirthdate

string

None.

LicLicenseNumber

string

None.

LicExpirationDate

string

None.

LicPostalCode

string

None.

LicAddress2

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "LicFirstName": "sample string 1",
  "LicMiddleName": "sample string 2",
  "LicLastName": "sample string 3",
  "licAddress1": "sample string 4",
  "LicJurisdictionCode": "sample string 5",
  "LicCity": "sample string 6",
  "LIcBirthdate": "sample string 7",
  "LicLicenseNumber": "sample string 8",
  "LicExpirationDate": "sample string 9",
  "LicPostalCode": "sample string 10",
  "LicAddress2": "sample string 11",
  "ResponseCode": "sample string 12"
}

application/xml, text/xml

Sample:
<JurisdictionObjects.JurisdictionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JurisdictionServiceAPI.Models">
  <LIcBirthdate>sample string 7</LIcBirthdate>
  <LicAddress2>sample string 11</LicAddress2>
  <LicCity>sample string 6</LicCity>
  <LicExpirationDate>sample string 9</LicExpirationDate>
  <LicFirstName>sample string 1</LicFirstName>
  <LicJurisdictionCode>sample string 5</LicJurisdictionCode>
  <LicLastName>sample string 3</LicLastName>
  <LicLicenseNumber>sample string 8</LicLicenseNumber>
  <LicMiddleName>sample string 2</LicMiddleName>
  <LicPostalCode>sample string 10</LicPostalCode>
  <ResponseCode>sample string 12</ResponseCode>
  <licAddress1>sample string 4</licAddress1>
</JurisdictionObjects.JurisdictionResponse>