POST api/BiometricUsageData/AppInfo
Request Information
Body Parameters
CustomerKeyModelName | Description | Type | Additional information |
---|---|---|---|
CustomerKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerKey": "sample string 1" }
application/xml, text/xml
Sample:
<CustomerKeyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioPluginCloudAPI.Models"> <CustomerKey>sample string 1</CustomerKey> </CustomerKeyModel>
Response Information
BioPluginCustomerAppName | Description | Type | Additional information |
---|---|---|---|
CustomerKey | string |
None. |
|
Engine | BioPluginEngineEnum |
None. |
|
EngineName | string |
None. |
|
AppName | string |
None. |
|
AppKey | string |
None. |
|
SecretKey | string |
None. |
|
AppStartDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerKey": "sample string 1", "Engine": 0, "EngineName": "None", "AppName": "sample string 2", "AppKey": "sample string 3", "SecretKey": "sample string 4", "AppStartDate": "2024-11-22T15:58:21.2306328-08:00" }
application/xml, text/xml
Sample:
<BioPluginCustomerApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioPluginCloudAPI.Models"> <AppKey>sample string 3</AppKey> <AppName>sample string 2</AppName> <AppStartDate>2024-11-22T15:58:21.2306328-08:00</AppStartDate> <CustomerKey>sample string 1</CustomerKey> <Engine>None</Engine> <SecretKey>sample string 4</SecretKey> </BioPluginCustomerApp>