developer_guide:call_reference:activationrequest

This is an old revision of the document!


ActivationRequest

ActivationRequest is the first call you will make to the API. This call authorizes your application to communicate with the API. No other calls will work until you successfully call ActivationRequest.

View:

Related Calls:

ActivationRequest Input

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

Elements

Name Type Occurrence Meaning
ActivationRequest 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)

ActivationRequest Output

The box below lists all fields that could be included in the call request. To learn more about an individual field or its type, click its name in the box (or scroll down to find it in the table below the box).

<?xml version="1.0" encoding="utf-8"?>
    <ActivationRequest>	
        <Token>string</Token>
	<Username>string</Username>					
    </ActivationRequest>"
developer_guide/call_reference/activationrequest.1248990578.txt.gz · Last modified: 2009/08/16 00:00 (external edit)