Delen via


Manage billing - Get prices for Microsoft Azure Partner Shared Services

Hiermee haalt u de tariefkaart op die realtime prijzen biedt voor Azure-aanbiedingen of Azure CSL-aanbiedingen.

GET https://api.partnercenter.microsoft.com/v1/ratecards/{offer_type}
GET https://api.partnercenter.microsoft.com/v1/ratecards/{offer_type}?currency={currency}&region={region}

URI-parameters

Name In Vereist Type Description
offer_type
path True

string

Het aanbiedingstype tariefkaart kan worden gedeeld met Azure of Azure.

currency
query

string

Een optionele ISO-code van drie letters voor de valuta waarin de resourcetarieven worden opgegeven.

        The default is the currency associated with the market in the partner's profile.
region
query

string

Een optionele ISO-land-/regiocode van twee letters die de markt aangeeft waar de aanbieding wordt gekocht.

        The default is the country/region code set in the partner profile.

Aanvraagkoptekst

Name Vereist Type Description
Authorization True

string

Bearer-token voor autorisatie

ms-correlationid

string

Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-correlationid is opgegeven, genereert de server een nieuwe voor elke aanvraag

ms-cv

string

Wordt intern gebruikt voor het bijhouden van aanvragen. Als er geen ms-cv is opgegeven, genereert de server een nieuwe voor elke aanvraag

ms-requestid

string

Wordt gebruikt voor idempotentie van aanvragen. Als er geen ms-requestid is opgegeven, genereert de server een nieuwe voor elke aanvraag

Antwoorden

Name Type Description
200 OK

RateCards.AzureRateCard

De aanvraag is geslaagd. De hoofdtekst van het antwoord bevat de resource van de Azure-frequentiekaart.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

400 Bad Request

Er is een ontbrekende of ongeldige invoer. De hoofdtekst van het antwoord bevat de foutdetails.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

401 Unauthorized

De aanvraag is niet geverifieerd. De client moet eerst worden geverifieerd met de partner-API-service.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

403 Forbidden

De aanvraag is geverifieerd, maar is geweigerd omdat de beller niet over de rechten beschikt om deze aan te roepen.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

404 Not Found

De resource is niet gevonden of niet beschikbaar met de opgegeven invoerparameters.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

500 Internal Server Error

De partner-API-service of een van de bijbehorende afhankelijkheden kan niet voldoen aan de aanvraag. Bellers kunnen dit opnieuw proberen.

Media Types: "application/json", "text/json", "application/xml", "text/xml"

Definities

Name Description
Link
RateCards.AzureMeter
RateCards.AzureOfferTerm
RateCards.AzureRateCard
ResourceAttributes
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name Type Description
headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

RateCards.AzureMeter

Name Type Description
category

string

effectiveDate

string

id

string

includedQuantity

number

name

string

rates

object

region

string

subcategory

string

tags

string[]

unit

string

RateCards.AzureOfferTerm

Name Type Description
discount

number

effectiveDate

string

excludedMeterIds

string[]

name

string

RateCards.AzureRateCard

Name Type Description
attributes

ResourceAttributes

currency

string

isTaxIncluded

boolean

links

ResourceLinks

locale

string

meters

RateCards.AzureMeter[]

offerTerms

RateCards.AzureOfferTerm[]

ResourceAttributes

Name Type Description
etag

string

objectType

string

Name Type Description
next

Link

previous

Link

self

Link

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name Type Description
key

string

value

string