Skip to content
FluxTailor edited this page May 3, 2022 · 7 revisions

Welcome to Flux Tailor's fork of the Green Button repository!

This wiki contains material to accompany the standard billing information update proposed here:

Example XML for new Statement resource:

> <entry xmlns="http://www.w3.org/2005/Atom"> > <id>urn:uuid:41226291-31dc-527b-a5e1-4fbd395b7f88</id> > <link rel="self" href="https://utilityapi.com/RetailCustomer/111111/Customer/222222/CustomerAccount/333333/Statement/444444" type="cust-entry/Statement"/> > <link rel="up" href="https://utilityapi.com/RetailCustomer/111111/Customer/222222/CustomerAccount/333333/Statement" type="cust-feed/Statement"/> > <link rel="related" href="https://utilityapi.com/RetailCustomer/111111/Customer/222222/CustomerAccount/333333" type="cust-entry/CustomerAccount"/> > <link rel="related" href="https://utilityapi.com/RetailCustomer/111111/Customer/222222/CustomerAccount/333333/CustomerAgreement/444444" type="cust-entry/CustomerAgreement"/> > <published>2022-02-03T23:59:09.333513Z</published> > <updated>2022-02-03T23:59:09.333513Z</updated> > <title>Statement</title> > <content> > <Statement xmlns="http://naesb.org/espi/customer"> > <IssueDateTime>1651272305</IssueDateTime> > <statementRef> > <fileName>test_bill.pdf</fileName> > <mediaType>application/pdf</mediaType> > <statementURL>https://utilityapi.com/non-espi/test_bill.pdf</statementURL> > </statementRef> > </Statement> > </content> > </entry>

Clone this wiki locally