POST API/V1/Mobile/UserDatabaseEncryptionKey
Request Information
URI Parameters
None.
Body Parameters
iMDsoft.API.Controllers.Mobile.Data.UserDatabaseEncryptionKeyRequestName | Description | Type | Additional information |
---|---|---|---|
DeviceId | string |
None. |
|
Nonce | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "deviceId": "sample string 1", "nonce": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"