Skip to content

Instantly share code, notes, and snippets.

@scott-kloud
Created October 10, 2016 12:24
Show Gist options
  • Save scott-kloud/024f56d4f68b2bb6f1b81d9ba5bba596 to your computer and use it in GitHub Desktop.
Save scott-kloud/024f56d4f68b2bb6f1b81d9ba5bba596 to your computer and use it in GitHub Desktop.
%dw 1.0
%namespace ns0 http://ns0.com.au/api/invoices
---
{
ns0#invoiceResponse: {
ns0#invoices: {
ns0#invoice: {
ns0#date: "2016-01-01T12:00:00",
ns0#billingHours: "240"
},
ns0#invoice: {
ns0#date: "2016-01-02T12:00:00",
ns0#billingHours: "540"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment