POST api/DecodePassport

Request Information

URI Parameters

None.

Body Parameters

DecodePassportModel
NameDescriptionTypeAdditional information
hexSOD

string

None.

hexDG11

string

None.

hexDG12

string

None.

hexDG1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "hexSOD": "sample string 1",
  "hexDG11": "sample string 2",
  "hexDG12": "sample string 3",
  "hexDG1": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.