POST api/v2/account-device/{deviceId}/tokens
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceId | string |
Required |
Body Parameters
AccountDeviceTokenDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId | string |
None. |
|
| Token | string |
None. |
|
| Account | AccountDto |
None. |
|
| Id | string |
None. |
|
| CurrentChDateTimeStringified | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.