GET api/BillingImportExport/RemoveMeterFromProfile?profileName={profileName}&meterId={meterId}
Remove meter from Billing profile
Request Information
URI Parameters
Name | Description | Type |
---|---|---|
profileName | string | |
meterId | string |
Header
Name | Description | Type |
---|---|---|
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. |
string |
Body Parameters
None.
Response Information
Resource Description
stringResponse 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"