developer_guide:call_reference:getfeaturesrequest

This is an old revision of the document!


GetFeaturesRequest Call Reference

GetFeaturesRequest will return a list of features available for the specified package.

View:

GetFeaturesRequest

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"?>
    <GetFeaturesRequest>
        <Username>string</Username>	
        <Token>string</Token>	
        <LinkID>string</LinkID>	
	<LanguageCode>integer</LanguageCode>	
    </GetFeaturesRequest>

Elements

Name Type Occurrence Meaning
GetFeaturesRequest container required Parent Element
Username string required Merchant API username (this is not your SubscriptionBridge login id)
Token string required Your application's security token. view also: How to create a token
LinkID string required The Package Unique ID
LanguageCode string required The language your package details will be displayed

GetFeaturesResponse

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"?>
    <GetFeaturesResponse>
        <Ack>string</Ack>
        <Features>
            <Feature>
                <FeatureLinkID>string</FeatureLinkID>
                <Name>string</Name>
                <Description>string</Description>
                <Price>currency</Price>
            </Feature>
            <Feature>
                <FeatureLinkID>string</FeatureLinkID>
                <Name>string</Name>
                <Description>string</Description>
                <Price>currency</Price>
            </Feature>
        </Features>
	<Timestamp>timestamp</Timestamp>
    </GetFeaturesResponse>

Elements

Name Type Occurrence Meaning
GetFeaturesResponse container required Parent Element
Features container conditional Parent Element
Feature container conditional Parent Element
FeatureLinkID string conditional Unique Feature ID
Name string conditional Feature short name
Description string conditional Feature long name
Price currency conditional Feature price recurring
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/getfeaturesrequest.1329542183.txt.gz · Last modified: 2012/02/16 23:00 (external edit)