POST api/UpdateTokan?TYPE={TYPE}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TYPE | string |
Required |
Body Parameters
UpdateTokanName | Description | Type | Additional information |
---|---|---|---|
USER_ID | string |
None. |
|
TOKEN | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "USER_ID": "sample string 1", "TOKEN": "sample string 2" }
application/xml, text/xml
Sample:
<UpdateTokan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <TOKEN>sample string 2</TOKEN> <USER_ID>sample string 1</USER_ID> </UpdateTokan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |