POST api/UpdateTokan?TYPE={TYPE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TYPE | string |
Required |
Body Parameters
UpdateTokan| Name | Description | Type | Additional information |
|---|---|---|---|
| SALESTEAM_ID | string |
None. |
|
| TOKEN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SALESTEAM_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/WebApiAFC.Models"> <SALESTEAM_ID>sample string 1</SALESTEAM_ID> <TOKEN>sample string 2</TOKEN> </UpdateTokan>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |