developer_guide:call_reference:getfeaturesrequest

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:getfeaturesrequest [2012/02/18 00:16] – created mattdeveloper_guide:call_reference:getfeaturesrequest [2012/02/25 23:39] (current) – [GetFeaturesRequest] matt
Line 1: Line 1:
-====== GetFeaturesRequest Call Reference ======+====== GetFeaturesRequest ======
  
-GetFeaturesRequest will return a list of features available for the specified package. +==== Overview ==== 
 + 
 +**GetFeaturesRequest** will return a list of features available for the specified package. 
  
-**View:**+**Learn More:**
  
   * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]]     * [[:developer_guide:developer_guide#using-the-apis|Using the APIs]]  
Line 9: Line 11:
   * [[:developer_guide:developer_guide#error-codes|Error Codes]]    * [[:developer_guide:developer_guide#error-codes|Error Codes]] 
   * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]]    * [[:developer_guide:developer_guide#troubleshooting|Troubleshooting]] 
- 
  
 ===== GetFeaturesRequest===== ===== 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 ====
Line 27: Line 23:
         <Token>string</Token>          <Token>string</Token>
         <LinkID>string</LinkID>          <LinkID>string</LinkID>
- <LanguageCode>integer</LanguageCode> + <LanguageCode>string</LanguageCode>
     </GetFeaturesRequest>     </GetFeaturesRequest>
  
Line 38: Line 34:
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-| GetFeaturesRequest | container | required | Parent Element | +**GetFeaturesRequest** | container | required | Parent Element | 
-| Username | string | required | Merchant API username (this is not your SubscriptionBridge login id) | +| Username | string | required | Merchant API Username (Not your Merchant Center login) | 
-| Token | string | required | Your application's security tokenview alsoHow to create token +| Token| string | required | Hash of API Username and Password[[:developer_guide:developer_guide:LinkID|Creating Token]] 
-| LinkID | string | required | The Package Unique ID | +| LinkID | string | required | The Subscription Package ID [[:developer_guide:developer_guide:LinkID|Learn More]] 
-| LanguageCode | string | required | The language your package details will be displayed |+| LanguageCode | string | required | ISO Language Code (e.g. en-US). [[:developer_guide:developer_guide:Language_Code|Learn More]] |
  
  
 ===== GetFeaturesResponse ===== ===== 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. 
- 
  
  
Line 86: Line 76:
  
 ^ Name ^ Type ^ Occurrence  ^ Meaning ^ ^ Name ^ Type ^ Occurrence  ^ Meaning ^
-| GetFeaturesResponse | container | required | Parent Element | +**GetFeaturesResponse** | container | required | Parent Element | 
-| Features | container | conditional | Parent Element | +**Features** | container | conditional | Parent Element | 
-| Feature | container | conditional | Parent Element | +**Feature** | container | conditional | Parent Element | 
-| FeatureLinkID | string | conditional | Unique Feature ID | +Feature/FeatureLinkID | string | required | Unique Feature ID | 
-| Name | string | conditional | Feature short name | +Feature/Name | string | required | Feature short name | 
-| Description | string | conditional | Feature long name | +Feature/Description | string | required | Feature long name | 
-| Price | currency | conditional | Feature price recurring |+Feature/Price | currency | required | Feature price recurring |
 | Ack | string | always | Success, Error, or Warning | | Ack | string | always | Success, Error, or Warning |
 | Timestamp | string | always | All responses return the official SB time stamp in UTC/GMT | | 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)