PUT api/common/regeneratetoken
Request Information
URI Parameters
None.
Body Parameters
APIJWTToken| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
Required |
|
| string |
None. |
||
| Password | string |
None. |
|
| ExternalLoginType | string |
None. |
|
| ExternalLoginId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"Email": "sample string 2",
"Password": "sample string 3",
"ExternalLoginType": "sample string 4",
"ExternalLoginId": "sample string 5"
}
application/xml, text/xml
Sample:
<APIJWTToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <Email>sample string 2</Email> <ExternalLoginId>sample string 5</ExternalLoginId> <ExternalLoginType>sample string 4</ExternalLoginType> <Password>sample string 3</Password> </APIJWTToken>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": "sample string 2"
}
application/xml, text/xml
Sample:
<APICommonWrapperOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Data>sample string 2</Data> <Message>sample string 1</Message> <Status>Continue</Status> </APICommonWrapperOfstring>