POST api/Biometric/enrol-profile

Request Information

URI Parameters

None.

Body Parameters

BiometricModel
NameDescriptionTypeAdditional information
DeviceIdentifier

string

None.

UserProfileId

string

None.

Match

string

None.

face

string

None.

ChallengeKey

string

None.

UpdateFlag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChallengeKey": "sample string 5",
  "DeviceIdentifier": "sample string 1",
  "Match": "sample string 3",
  "UpdateFlag": "sample string 6",
  "UserProfileId": "sample string 2",
  "face": "sample string 4"
}

text/xml

Sample:
<BiometricModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto">
  <ChallengeKey>sample string 5</ChallengeKey>
  <DeviceIdentifier>sample string 1</DeviceIdentifier>
  <Match>sample string 3</Match>
  <UpdateFlag>sample string 6</UpdateFlag>
  <UserProfileId>sample string 2</UserProfileId>
  <face>sample string 4</face>
</BiometricModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BiometricModel'.

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.