POST api/{apiVersion}/LiveAuth/FaceAttributes

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

FaceAttributesRequest
NameDescriptionTypeAdditional information
transId

string

None.

clientInfo

string

None.

photoBase64

string

None.

thresholdOption

integer

None.

CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "transId": "sample string 1",
  "clientInfo": "sample string 2",
  "photoBase64": "sample string 3",
  "thresholdOption": 4,
  "CustomerId": "9b9d2e5c-1cb0-4274-a69f-934f56d8059d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.