In the URL, replace the ebillingrs/rs/
path before the resource with rs/api/v1/
.
For example, in versions 6.2 and earlier, the following sample URL got a list of billing hierarchies for a user:
http://myhost.example.com:7017/ebillingrs/rs/hierarchies/billing
To use the 6.2 hierarchies/billing resource in versions 7.0 and later, change the URL as follows:
http://myhost.example.com:7017/rs/api/v1/hierarchies/billing
NOTE: Access APIs from versions 7.0 and later with rs/api/v2
or rs/api/latest in the URL path.