Skip to content

Instantly share code, notes, and snippets.

@scott-kloud
Created October 10, 2016 12:19
Show Gist options
  • Save scott-kloud/ac16f703db7908e04f12965f49036594 to your computer and use it in GitHub Desktop.
Save scott-kloud/ac16f703db7908e04f12965f49036594 to your computer and use it in GitHub Desktop.
<ns0:invoiceResponse xmlns:ns0="http://ns0.com.au/api/invoices">
<ns0:invoices>
<ns0:invoice>
<ns0:date>2016-01-01T12:00:00</ns0:date>
<ns0:billingHours>240</ns0:billingHours>
</ns0:invoice>
<ns0:invoice>
<ns0:date>2016-01-02T12:00:00</ns0:date>
<ns0:billingHours>540</ns0:billingHours>
</ns0:invoice>
</ns0:invoices>
</ns0:invoiceResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment