views:

5

answers:

1

Hi Everyone,

Can anyone give me a sample xml of ARB Request Update?

I need to update the amount and the subscription name. Thanks.. :)

I already read the ARB XML guide but I am having problem with the syntax when updating an ARB.

A: 

<ARBUpdateSubscriptionRequest xmlns=\"AnetApi/xml/v1/schema/AnetApiSchema.xsd\">
<merchantAuthentication>
<name> LoginId </name>
<transactionKey> Transaction Key</transactionKey>
</merchantAuthentication>
<subscriptionId> Subscription Id </subscriptionId>
<subscription>
<name> Subscription Name </name>
<amount> Amount </amount> </subscription>
</ARBUpdateSubscriptionRequest>

Karah07