POST api/{apiVersion}/LiveAuth/FaceAttributes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
FaceAttributesRequestName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.