| Description | : Retrieve all the active markup rules for the partner billing account/billing profile calling the API. |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.CostManagement/markupRules
{
billingAccountId:
string
,
billingProfileId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
description:
string
,
percentage:
number
,
startDate:
string
,
endDate:
string
,
customerDetails:
}
{
,
billingAccountId:
string
,
billingProfileId:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}