HTTP/1.1 200 OK Content-Type: application/xml; charset=utf-8 <?xml version="1.0" encoding="UTF-8"?> <adjustment href="https://api.recurly.com/v2/adjustments/abcdef1234567890" type="charge"> <account href="https://api.recurly.com/v2/accounts/account"/> <uuid>abcdef1234567890</uuid> <description>$12 Annual Subscription</description> <quantity type="integer">1</quantity> <unit_amount_in_cents type="integer">1200</unit_amount_in_cents> <discount_in_cents type="integer">0</discount_in_cents> <tax_in_cents type="integer">0</tax_in_cents> <total_in_cents type="integer">1200</total_in_cents> <currency>USD</currency> <taxable type="boolean">false</taxable> <start_date type="datetime">2011-04-30T07:00:00Z</start_date> <end_date type="datetime">2011-04-30T07:00:00Z</end_date> <created_at type="datetime">2011-08-31T03:30:00Z</created_at> </adjustment>