Sdílet prostřednictvím


Manage billing - Get prices for Microsoft Azure Partner Shared Services

Získá kartu sazby, která poskytuje ceny v reálném čase pro nabídky Azure nebo nabídky Azure CSL.

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

Parametry identifikátoru URI

Name V Vyžadováno Typ Description
offer_type
path True

string

Typ karty sazby může být azure nebo azure-shared.

currency
query

string

Volitelný třímísmenný kód ISO pro měnu, ve které se budou poskytovat sazby za zdroje.

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

string

Volitelný dvoumísmenný kód země/oblasti ISO, který označuje trh, na kterém je nabídka zakoupena.

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

Hlavička požadavku

Name Vyžadováno Typ Description
Authorization True

string

Autorizační nosný token

ms-correlationid

string

Používá se pro interní sledování požadavků. Pokud není zadaný parametr ms-correlationid, server pro každý požadavek vygeneruje nový.

ms-cv

string

Používá se pro interní sledování požadavků. Pokud není zadaný ms-cv, server pro každý požadavek vygeneruje nový.

ms-requestid

string

Používá se k idempotenci požadavků. Pokud není zadaný identifikátor ms-requestid, server pro každý požadavek vygeneruje nový.

Odpovědi

Name Typ Description
200 OK

RateCards.AzureRateCard

Požadavek byl úspěšný. Tělo odpovědi obsahuje prostředek karty sazby Azure.

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

400 Bad Request

Došlo k chybě nebo neplatnému vstupu. Text odpovědi poskytne podrobnosti o chybě.

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

401 Unauthorized

Požadavek nebyl ověřen. Klient se musí nejprve ověřit ve službě partnerského rozhraní API.

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

403 Forbidden

Žádost byla ověřena, ale byla odmítnuta, protože volající nemá práva k jeho vyvolání.

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

404 Not Found

Prostředek nebyl nalezen nebo není k dispozici s danými vstupními parametry.

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

500 Internal Server Error

Službě partnerského rozhraní API nebo některé z jejích závislostí se nepodařilo splnit požadavek. Volající to možná zkusí znovu.

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

Definice

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

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

method

string

uri

string

RateCards.AzureMeter

Name Typ Description
category

string

effectiveDate

string

id

string

includedQuantity

number

name

string

rates

object

region

string

subcategory

string

tags

string[]

unit

string

RateCards.AzureOfferTerm

Name Typ Description
discount

number

effectiveDate

string

excludedMeterIds

string[]

name

string

RateCards.AzureRateCard

Name Typ Description
attributes

ResourceAttributes

currency

string

isTaxIncluded

boolean

links

ResourceLinks

locale

string

meters

RateCards.AzureMeter[]

offerTerms

RateCards.AzureOfferTerm[]

ResourceAttributes

Name Typ Description
etag

string

objectType

string

Name Typ Description
next

Link

previous

Link

self

Link

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

Name Typ Description
key

string

value

string