POST api/Device/submitDeviceKey
Request Information
URI Parameters
None.
Body Parameters
Collection of DeviceKey| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DeviceID | globally unique identifier |
None. |
|
| SecretKey | string |
None. |
|
| AppSecretKey | string |
None. |
|
| ActivationOn | date |
None. |
|
| StatusID | integer |
None. |
|
| NewUserKey | boolean |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| KeyGenerationTypeId | integer |
None. |
|
| Device | Device |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.