POST api/republish/token
Request Information
URI Parameters
None.
Body Parameters
CredentialsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | string |
None. |
|
| AppName | string |
None. |
|
| EncryptionKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appID": "sample string 1",
"appName": "sample string 2",
"encryptionKey": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.