POST api/Auth/refresh-token
Request Information
URI Parameters
None.
Body Parameters
AdminUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| UserType | string |
None. |
|
| Password | string |
None. |
|
| AdminName | string |
None. |
|
| EventName | string |
None. |
|
| AccessToken | string |
None. |
|
| PageSize | integer |
None. |
|
| SearchType | string |
None. |
|
| SearchKey | string |
None. |
|
| SearchUserType | string |
None. |
|
| SearchStatusType | string |
None. |
|
| SearchActiveStatus | string |
None. |
|
| OrderType | string |
None. |
|
| Page | integer |
None. |
|
| CompanyId | integer |
None. |
|
| WorkplaceId | integer |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| LoginUserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserType": "sample string 2",
"Password": "sample string 3",
"AdminName": "sample string 4",
"EventName": "sample string 5",
"AccessToken": "sample string 6",
"PageSize": 7,
"SearchType": "sample string 8",
"SearchKey": "sample string 9",
"SearchUserType": "sample string 10",
"SearchStatusType": "sample string 11",
"SearchActiveStatus": "sample string 12",
"OrderType": "sample string 13",
"Page": 14,
"CompanyId": 15,
"WorkplaceId": 16,
"StartDate": "sample string 17",
"EndDate": "sample string 18",
"LoginUserId": "sample string 19"
}
application/xml, text/xml
Sample:
<AdminUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smart_office_admin.Models"> <CompanyId>15</CompanyId> <EndDate>sample string 18</EndDate> <LoginUserId>sample string 19</LoginUserId> <OrderType>sample string 13</OrderType> <Page>14</Page> <PageSize>7</PageSize> <SearchActiveStatus>sample string 12</SearchActiveStatus> <SearchKey>sample string 9</SearchKey> <SearchStatusType>sample string 11</SearchStatusType> <SearchType>sample string 8</SearchType> <SearchUserType>sample string 10</SearchUserType> <StartDate>sample string 17</StartDate> <WorkplaceId>16</WorkplaceId> <AccessToken>sample string 6</AccessToken> <AdminName>sample string 4</AdminName> <EventName>sample string 5</EventName> <Password>sample string 3</Password> <UserId>sample string 1</UserId> <UserType>sample string 2</UserType> </AdminUser>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.