developer_guide:call_reference:gettimerequest

This is an old revision of the document!


GetTimeRequest Call Reference

GetTimeRequest will return the current GMT in SB Timestamp format.

View:

GetTimeRequest

Overview

The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, scroll down to find it in the table below the box.

XML

<?xml version="1.0" encoding="utf-8"?>
    <GetTimeRequest>
        <Username>string</Username>
    </GetTimeRequest>

Elements

Name Type Occurrence Meaning
GetTimeRequest container required Parent Element
Username string required This is your API Username

GetTimeResponse

Overview

The box below lists all fields that could be included in the call response. To learn more about an individual field or its type, scroll down to find it in the table below the box.

XML

<?xml version="1.0" encoding="utf-8"?>
    <GetTimeResponse>	
	<CurrentTime>timestamp</CurrentTime>
    </GetTimeResponse>

Elements

Name Type Occurrence Meaning
GetTimeResponse container required Parent Element
CurrentTime string always All responses return the official SB time stamp in UTC/GMT
developer_guide/call_reference/gettimerequest.1262756085.txt.gz · Last modified: 2010/01/04 23:00 (external edit)