HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8

<?xml version="1.0" encoding="UTF-8"?>
<invoice href="">
  <account href="https://api.recurly.com/v2/accounts/abcdef1234567890"/>
  <uuid>012345678901234567890123456789ab</uuid>
  <state>open</state>
  <invoice_number type="integer">1000</invoice_number>
  <invoice_number_prefix></invoice_number_prefix>
  <currency>USD</currency>
  <total_in_cents type="integer">300</total_in_cents>
  <subtotal_in_cents type="integer">300</subtotal_in_cents>
  <terms_and_conditions>New Terms</terms_and_conditions>
  <customer_notes>New Notes</customer_notes>
  <vat_reverse_charge_notes>New VAT Notes</vat_reverse_charge_notes>
</invoice>
