|
Table of Contents
UpdateSubscriptionRequestOverviewUpdateSubscriptionRequest allows you to update a subscription customer, credit card, billing date, and billing amount. Learn More: UpdateSubscriptionRequestXML<?xml version="1.0" encoding="utf-8"?> <UpdateSubscriptionRequest> <Username>string</Username> <Token>string</Token> <Guid>string</Guid> <CreditCard> <CardNumber>string</CardNumber> <CardType>string</CardType> <ExpMonth>string</ExpMonth> <ExpYear>string</ExpYear> <SecureCode>string</SecureCode> </CreditCard> <Customer> <Email>string</Email> <FirstName>string</FirstName> <LastName>string</LastName> <BillingAddress> <FirstName>string</FirstName> <LastName>string</LastName> <Company>string</Company> <Address>string</Address> <Address2>string</Address2> <City>string</City> <Region>string</Region> <PostalCode>string</PostalCode> <Country>string</Country> <Phone>string</Phone> </BillingAddress> <ShippingAddress> <FirstName>string</FirstName> <LastName>string</LastName> <Company>string</Company> <Address>string</Address> <Address2>string</Address2> <City>string</City> <Region>string</Region> <PostalCode>string</PostalCode> <Country>string</Country> <Phone>string</Phone> </ShippingAddress> <Password>string</Password> <Account>string</Account> </Customer> </UpdateSubscriptionRequest> Elements
UpdateSubscriptionResponseXML<?xml version="1.0" encoding="utf-8"?> <UpdateSubscriptionResponse> <Ack>string</Ack> <Timestamp>timestamp</Timestamp> </UpdateSubscriptionResponse> Elements
|
Contact us for more information, or head over to the free trial sign-up form to give SubscriptionBridge a try! Sign Up Free