GET api/BillingImportExport/RemoveMeterFromProfile?profileName={profileName}&meterId={meterId}

Remove meter from Billing profile

Request Information

URI Parameters

NameDescriptionType
profileName

string
meterId

string

Header

NameDescriptionType
Authorization

This field is use to authenticate user using 'Bearer Token'.This token is generated using login method.User must add this token to the header.
Key = Authorization
Value = Bearer {Token}

string

Body Parameters

None.

Response Information

Resource Description

string

Response Formats

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/json, text/json

Sample:
"sample string 1"