Back | Webservices | Home

GetClientTotalStorage

Description

Returns the Total Storage from the statistics.

Request Parameters

Name Description

soap:header

Username and password

Type: UserCredentials

Children: Userid, Password

clientID Client ID
Type: int
startDate Type: string
endDate Type: string

Response Elements

Name Description

GetClientTotalStorageResult

Count element.

Type: Count

Example using SOAP

Example Request

The following is a sample SOAP 1.2 request and response.

<?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:Header>
    <UserCredentials xmlns="http://vidzapper.net/Webservice/">
      <Userid>string</Userid>
      <Password>string</Password>
    </UserCredentials>
  </soap:Header>
  <soap:Body>
    <GetClientTotalStorage xmlns="http://vidzapper.net/Webservice/">
      <clientID>int</clientID>
    </GetClientTotalStorage>
  </soap:Body>
</soap:Envelope>

Example Response

<?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>
    <GetClientTotalStorageResponse xmlns="http://vidzapper.net/Webservice/">
      <GetClientTotalStorageResult>
        <Result>double</Result>
      </GetClientTotalStorageResult>
    </GetClientTotalStorageResponse>
  </soap:Body>
</soap:Envelope>