More actions
mNo edit summary |
Lelira cirim (talk | contribs) added css |
||
| Line 1: | Line 1: | ||
{| class=" | {{#css: | ||
.mApiTable, .mApiTable td | |||
{ | |||
border: thin solid silver; | |||
padding: 5px; | |||
margin: 0px; | |||
} | |||
.cApiName | |||
{ | |||
font-size: 22px; | |||
color: #FF8000; | |||
text-align:center; | |||
} | |||
.cDataRows | |||
{ | |||
background-color: #333; | |||
font-style: underline; | |||
color: gold; | |||
} | |||
.cApiFieldType | |||
{ | |||
font-style: italic; | |||
} | |||
}} | |||
{| class="mApiTable" | |||
|- | |- | ||
|rowspan="2" colspan="2" align="center" | |rowspan="2" colspan="2" align="center" class="cApiName" |Account Status | ||
|Cache Method: | |Cache Method: | ||
|Short | |Short | ||
| Line 14: | Line 43: | ||
|Result Format: | |Result Format: | ||
|colspan="3"|Rows containing text, no tags | |colspan="3"|Rows containing text, no tags | ||
|- | |- class="cDataRows" | ||
|Row Name | |Row Name | ||
|Row Type | |Row Type | ||
| Line 20: | Line 49: | ||
|- | |- | ||
|paidUntil | |paidUntil | ||
|string datetime | |class="cApiFieldType"|string datetime | ||
|colspan="2"|desc | |colspan="2"|desc | ||
|- | |- | ||
|createDate | |createDate | ||
|string datetime | |class="cApiFieldType"|string datetime | ||
|colspan="2"|desc | |colspan="2"|desc | ||
|- | |- | ||
|logonCount | |logonCount | ||
|int | |class="cApiFieldType"|int | ||
|colspan="2"|desc | |colspan="2"|desc | ||
|- | |- | ||
|logonMinutes | |logonMinutes | ||
|int | |class="cApiFieldType"|int | ||
|colspan="2"|desc | |colspan="2"|desc | ||
|} | |} | ||
Revision as of 14:19, 13 December 2014
| Account Status | Cache Method: | Short | |
| Input Arguments: | keyID, vCode | ||
| /account/AccountStatus.xml.aspx | Access Mask: | 2^25 | |
| Result Format: | Rows containing text, no tags | ||
| Row Name | Row Type | Row Description | |
| paidUntil | string datetime | desc | |
| createDate | string datetime | desc | |
| logonCount | int | desc | |
| logonMinutes | int | desc | |