put https://api.revolv3.com/api/Subscriptions//address
Update the tax address for a given subscription specified with Subscription ID. Upon success, the operation returns a status code of 200 (OK).
If using an Address ID in the request, the Address ID must be a currently active address among the subscription's customer's addresses.
Providing a set of address details will result in a new address being created. Supplying an empty request will result in setting the tax address to null, effectively removing the existing tax address from the subscription.
A required set of Address details: AddressLine1, City and State or AddressLine1 and PostalCode or State and PostalCode.
Optional Fields
Name | Description | Default value |
---|---|---|
AddressId | Unique identifier for a previously created billing address | null |
AddressLine1 | Address Line 1 | null |
AddressLine2 | Addresss's supplemental information | null |
City | City | null |
State | State | null |
PostalCode | PostalCode | null |
Country | Country | null |