POST api/{apiVersion}/LiveAuth/FaceMatchForLoadTest
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
FaceMatchRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
transId | string |
None. |
|
ClientInfo | string |
None. |
|
firstFaceBase64 | string |
None. |
|
otherFacesBase64 | Collection of string |
None. |
|
thresholdOption | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "a5a2f79c-bcaa-42a7-b582-78f37f012c71", "transId": "sample string 2", "ClientInfo": "sample string 3", "firstFaceBase64": "sample string 4", "otherFacesBase64": [ "sample string 1", "sample string 2" ], "thresholdOption": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.