POST Admin/GetAppKeys
Request Information
URI Parameters
None.
Body Parameters
AppKeyRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| CustomerNo | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"CustomerNo": "sample string 2",
"PageIndex": 3,
"PageSize": 4
}
application/xml, text/xml
Sample:
<AppKeyRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO"> <CustomerNo>sample string 2</CustomerNo> <PageIndex>3</PageIndex> <PageSize>4</PageSize> <UserName>sample string 1</UserName> </AppKeyRequestDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TupleOfListOfAppKeyResponseDTOAndInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | Collection of AppKeyResponseDTO |
None. |
|
| Item2 | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"m_Item1": [
{
"UserName": "sample string 1",
"UnitName": "sample string 2",
"CustomerNo": "sample string 3",
"Appkey": "sample string 4",
"ValidTime": "2026-04-13T13:46:51.1937828+08:00",
"ValidTimeShow": "2026-04-13"
},
{
"UserName": "sample string 1",
"UnitName": "sample string 2",
"CustomerNo": "sample string 3",
"Appkey": "sample string 4",
"ValidTime": "2026-04-13T13:46:51.1937828+08:00",
"ValidTimeShow": "2026-04-13"
}
],
"m_Item2": 1
}
application/xml, text/xml
Sample:
<TupleOfArrayOfAppKeyResponseDTOintwzhYRPk2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
<m_Item1 xmlns:d2p1="http://schemas.datacontract.org/2004/07/Zs.Ylx.Resources.Entity.BackgroundDTO">
<d2p1:AppKeyResponseDTO>
<d2p1:Appkey>sample string 4</d2p1:Appkey>
<d2p1:CustomerNo>sample string 3</d2p1:CustomerNo>
<d2p1:UnitName>sample string 2</d2p1:UnitName>
<d2p1:UserName>sample string 1</d2p1:UserName>
<d2p1:ValidTime>2026-04-13T13:46:51.1937828+08:00</d2p1:ValidTime>
</d2p1:AppKeyResponseDTO>
<d2p1:AppKeyResponseDTO>
<d2p1:Appkey>sample string 4</d2p1:Appkey>
<d2p1:CustomerNo>sample string 3</d2p1:CustomerNo>
<d2p1:UnitName>sample string 2</d2p1:UnitName>
<d2p1:UserName>sample string 1</d2p1:UserName>
<d2p1:ValidTime>2026-04-13T13:46:51.1937828+08:00</d2p1:ValidTime>
</d2p1:AppKeyResponseDTO>
</m_Item1>
<m_Item2>1</m_Item2>
</TupleOfArrayOfAppKeyResponseDTOintwzhYRPk2>