developer_guide:call_reference:gettermsrequest

This is an old revision of the document!


GetTermsRequest Call Reference

GetTermsRequest will return the pricing terms of a package. This method is used by the Terms Widget, which displays the pricing in a format that can be styled easily with CSS.

View:

GetTermsRequest

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"?>
    <GetTermsRequest>	
	<LinkID>string</LinkID>	
    </GetTermsRequest>

Elements

Name Type Occurrence Meaning
GetTermsRequest container required Parent Element
LinkID string required A package's LinkID, found in the Merchant Center control panel

GetTermsResponse

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"?>
    <GetTermsResponse>
        <Ack>string</Ack>
	<Timestamp>timestamp</Timestamp>
	<TermsBilling>string</TermsBilling>
	<TermsTrialBilling>string</TermsTrialBilling>
	<TermsCustom>string</TermsCustom>
    </GetTermsResponse>

Elements

Name Type Occurrence Meaning
SubscriptionResponse container required Parent Element
Ack string always Success, Error, or Warning
Timestamp string always All responses return the official SB time stamp in UTC/GMT
developer_guide/call_reference/gettermsrequest.1263391215.txt.gz · Last modified: 2010/01/12 23:00 (external edit)