POST api/MobileApp/UpdateBiometrics/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
None. |
Body Parameters
BiometricsName | Description | Type | Additional information |
---|---|---|---|
SerialNumber | string |
None. |
|
string |
None. |
||
CompanyName | string |
None. |
|
CompanyAddress | string |
None. |
|
Mobile | string |
None. |
|
LastPing | string |
None. |
|
IsMobVerified | integer |
None. |
|
IsEmailVerified | integer |
None. |
|
IsVerified | integer |
None. |
|
IsOnline | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "SerialNumber": "sample string 1", "Email": "sample string 2", "CompanyName": "sample string 3", "CompanyAddress": "sample string 4", "Mobile": "sample string 5", "LastPing": "sample string 6", "IsMobVerified": 7, "IsEmailVerified": 8, "IsVerified": 9, "IsOnline": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.