developer_guide:call_reference:gettimerequest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
developer_guide:call_reference:gettimerequest [2009/08/08 02:28] – created mattdeveloper_guide:call_reference:gettimerequest [2012/02/25 23:39] (current) – [GetTimeRequest] matt
Line 1: Line 1:
-====== GetTimeRequest Call Reference ======+====== GetTimeRequest ======
  
-GetTimeRequest will return the current GMT in SB Timestamp format.  +==== Overview ==== 
 + 
 +**GetTimeRequest** will return the current GMT in SB Timestamp format.  
  
 +**Learn More:**
  
-**View:** +  [[:developer_guide:developer_guide#using-the-apis|Using the APIs]]   
-  * [[:developer_guide:developer_guide#executing-your-first-xml-api-call|Executing Your First XML API Call]]   +  * [[:developer_guide:developer_guide#http-status-code|HTTP Status Codes]]   
-  * .... +  * [[:developer_guide:developer_guide#error-codes|Error Codes]]  
-**+  [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]] 
  
 ===== GetTimeRequest ===== ===== 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 ====
 +
 <code> <code>
 +
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
-    <GetTimeRequest>  +    <GetTimeRequest> 
-    </GetTimeRequest>"+        <Username>string</Username> 
 +    </GetTimeRequest>
 </code> </code>
 +
  
 ==== Elements ==== ==== Elements ====
 +
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-| GetTimeRequest | container | required | Parent Element |+**GetTimeRequest** | container | required | Parent Element 
 +| Username | string | required | Merchant API Username (Not your Merchant Center login) |
  
  
Line 31: Line 36:
 ===== GetTimeResponse ===== ===== 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 ====
 +
 <code> <code>
 +
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
     <GetTimeResponse>      <GetTimeResponse>
- <Timestamp>timestamp</Timestamp>  + <CurrentTime>timestamp</CurrentTime
-    </GetTimeResponse>"+    </GetTimeResponse> 
 </code> </code>
 +
 +
  
 ==== Elements ==== ==== Elements ====
 +
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-ActivationResponse | container | required | Parent Element | +**GetTimeResponse** | container | required | Parent Element | 
-Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT |+CurrentTime | string | always | The official SB time stamp in UTC/GMT |
developer_guide/call_reference/gettimerequest.1249712880.txt.gz · Last modified: 2009/08/16 00:00 (external edit)