VerdigrisTech/green-button-data

SCE RetailCustomer XML has updated namespacing

Closed this issue · 0 comments

cust prefix has been added to elements in SCE RetailCustomer endpoint XML response.

Previous:

<CustomerAccount>
  <name></name>
</CustomerAccount>

<CustomerAgreement>
  <name></name>
</CustomerAgreement>

Current:

<cust:CustomerAccount>
  <cust:name></cust:name>
</cust:CustomerAccount>

<cust:CustomerAgreement>
  <cust:name></cust:name>
</cust:CustomerAgreement>