Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,10 @@
"Monetary Commitment",
"Monetary Credit"
],
"x-ms-enum": {
"name": "OfferTermInfo",
"modelAsString": false
}
"x-ms-enum": {
"name": "OfferTermInfo",
"modelAsString": false
}
},
"EffectiveDate": {
"description": "Indicates the date from which the offer term is effective.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"title": "Get RateCard",
"parameters": {
"subscriptionId": "6d61cc05-8f8f-4916-b1b9-f1d9c25aae27",
"api-version": "2015-06-01-preview",
"$filter": "OfferDurableId eq 'MS-AZR-0003P' and Currency eq 'USD' and Locale eq 'en-US' and RegionInfo eq 'US'"
},
"responses": {
"200": {
"body": {
"OfferTerms": [],
"Meters": [
{
"EffectiveDate": "2017-09-01T00:00:00Z",
"IncludedQuantity": 0,
"MeterCategory": "Test Category",
"MeterId": "1d7518e5-bc2f-4a93-9057-1b3047856645",
"MeterName": "Test Meter",
"MeterRates": {
"0": 1.99,
"100": 0.99
},
"MeterRegion": "US West",
"MeterSubCategory": "Test Subcategory",
"MeterTags": [
"Third Party"
],
"Unit": "Hours"
}
]
}
}
"title": "Get RateCard",
"parameters": {
"subscriptionId": "6d61cc05-8f8f-4916-b1b9-f1d9c25aae27",
"api-version": "2015-06-01-preview",
"$filter": "OfferDurableId eq 'MS-AZR-0003P' and Currency eq 'USD' and Locale eq 'en-US' and RegionInfo eq 'US'"
},
"responses": {
"200": {
"body": {
"OfferTerms": [],
"Meters": [
{
"EffectiveDate": "2017-09-01T00:00:00Z",
"IncludedQuantity": 0,
"MeterCategory": "Test Category",
"MeterId": "1d7518e5-bc2f-4a93-9057-1b3047856645",
"MeterName": "Test Meter",
"MeterRates": {
"0": 1.99,
"100": 0.99
},
"MeterRegion": "US West",
"MeterSubCategory": "Test Subcategory",
"MeterTags": [
"Third Party"
],
"Unit": "Hours"
}
]
}
}
}
}
}