POST API/V1/Mobile/UserDatabaseEncryptionKey

Request Information

URI Parameters

None.

Body Parameters

iMDsoft.API.Controllers.Mobile.Data.UserDatabaseEncryptionKeyRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserDatabaseEncryptionKeyRequest'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"