developer_guide:call_reference:subscriptionrequest

This is an old revision of the document!


SubscriptionRequest Call Reference

SubscriptionRequest will generate a new Subscription in the SB system.

View:

Related Calls:

SubscriptionRequest

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"?>
    <SubscriptionRequest>	
        <Token>string</Token>
	<Username>string</Username>					
    </SubscriptionRequest>"

Elements

Name Type Occurrence Meaning
SubscriptionRequest container required Parent Element
Token string required Your application's security token. view also: How to create a token
Username string required Merchant API username (this is not your SubscriptionBridge login id)

SubscriptionResponse

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"?>
    <SubscriptionResponse>	
        <Status>string</Status>
	<Timestamp>timestamp</Timestamp>					
    </SubscriptionResponse>"

Elements

Name Type Occurrence Meaning
SubscriptionResponse container required Parent Element
Status string always Success, Error, or Warning
Timestamp string always All responses return the official SB time stamp in UTC/GMT
Message string conditionally A message with helpful information for the end user
developer_guide/call_reference/subscriptionrequest.1249713362.txt.gz · Last modified: 2009/08/16 00:00 (external edit)