|
| 1 | +GET https://api.recurly.com/v2/accounts/subscribemock/subscriptions HTTP/1.1 |
| 2 | +Accept: application/xml |
| 3 | +Authorization: Basic YXBpa2V5Og== |
| 4 | +User-Agent: recurly-python/{version} |
| 5 | + |
| 6 | + |
| 7 | +HTTP/1.1 200 OK |
| 8 | +X-Records: 1 |
| 9 | +Content-Type: application/xml; charset=utf-8 |
| 10 | + |
| 11 | +<?xml version="1.0" encoding="UTF-8"?> |
| 12 | +<subscriptions type="array"> |
| 13 | + <subscription |
| 14 | + href="https://api.recurly.com/v2/subscriptions/123456789012345678901234567890ab"> |
| 15 | + <uuid>123456789012345678901234567890ab</uuid> |
| 16 | + <account href="https://api.recurly.com/v2/accounts/subscribemock"/> |
| 17 | + <plan href="https://api.recurly.com/v2/plans/basicplan"> |
| 18 | + <plan_code>basicplan</plan_code> |
| 19 | + <name>Basic Plan</name> |
| 20 | + </plan> |
| 21 | + <state>active</state> |
| 22 | + <quantity type="integer">1</quantity> |
| 23 | + <currency>EUR</currency> |
| 24 | + <unit_amount_in_cents type="integer">1000</unit_amount_in_cents> |
| 25 | + <activated_at type="datetime">2011-05-27T07:00:00Z</activated_at> |
| 26 | + <canceled_at nil="nil"></canceled_at> |
| 27 | + <expires_at nil="nil"></expires_at> |
| 28 | + <current_period_started_at type="datetime">2011-06-27T07:00:00Z</current_period_started_at> |
| 29 | + <current_period_ends_at type="datetime">2010-07-27T07:00:00Z</current_period_ends_at> |
| 30 | + <trial_started_at nil="nil"></trial_started_at> |
| 31 | + <trial_ends_at nil="nil"></trial_ends_at> |
| 32 | + <tax_in_cents type="integer">0</tax_in_cents> |
| 33 | + <tax_type>usst</tax_type> |
| 34 | + <subscription_add_ons type="array"> |
| 35 | + </subscription_add_ons> |
| 36 | + </subscription> |
| 37 | +</subscriptions> |
0 commit comments