POST api/BiometricUsageData/CustomerInfo
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
BioPluginCustomerInfoName | Description | Type | Additional information |
---|---|---|---|
CustomerName | string |
None. |
|
CustomerKey | string |
None. |
|
LicensedRecords | integer |
None. |
|
DatabaseName | string |
None. |
|
EngineName | string |
None. |
|
EmailAddress | string |
None. |
|
PhoneNumber | string |
None. |
|
Active | integer |
None. |
|
CustomerTimeZone | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CustomerName": "sample string 1", "CustomerKey": "sample string 2", "LicensedRecords": 3, "DatabaseName": "sample string 4", "EngineName": "sample string 5", "EmailAddress": "sample string 6", "PhoneNumber": "sample string 7", "Active": 8, "CustomerTimeZone": "sample string 9" }
application/xml, text/xml
Sample:
<BioPluginCustomerInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BioPluginCloudAPI.Models"> <Active>8</Active> <CustomerKey>sample string 2</CustomerKey> <CustomerName>sample string 1</CustomerName> <CustomerTimeZone>sample string 9</CustomerTimeZone> <DatabaseName>sample string 4</DatabaseName> <EmailAddress>sample string 6</EmailAddress> <EngineName>sample string 5</EngineName> <LicensedRecords>3</LicensedRecords> <PhoneNumber>sample string 7</PhoneNumber> </BioPluginCustomerInfo>