SCE RetailCustomer XML has updated namespacing
Closed this issue · 0 comments
tedWexus commented
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>