GetAccountUsage method
Get account usage for recent 100 actions.
Credit: no credit is charged when using this method.
Arguments
none
Request
POST /soap/api.asmx HTTP/1.1
Host: service.feng-gui.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.feng-gui.com/GetAccountUsage"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAccountUsage xmlns="http://www.feng-gui.com/" />
</soap:Body>
</soap:Envelope>
Response
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAccountUsageResponse xmlns="http://www.feng-gui.com/">
<GetAccountUsageResult>
<Rows>
<GenericRow>
<Id>string</Id>
<Type>string</Type>
<Value>string</Value>
<DateAdd>string</DateAdd>
</GenericRow>
<GenericRow>
<Id>string</Id>
<Type>string</Type>
<Value>string</Value>
<DateAdd>string</DateAdd>
</GenericRow>
</Rows>
</GetAccountUsageResult>
</GetAccountUsageResponse>
</soap:Body>
</soap:Envelope>