Condividi tramite


Manage billing - Get prices for Microsoft Azure Partner Shared Services

Ottiene la scheda di tariffa che fornisce prezzi in tempo reale per le offerte di Azure o le offerte di 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}

Parametri dell'URI

Nome In Necessario Tipo Descrizione
offer_type
path True

string

Il tipo di offerta di carta di tariffa può essere azure o azure-shared.

currency
query

string

Codice ISO facoltativo di tre lettere per la valuta in cui verranno forniti i tassi di risorsa.

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

string

Codice iso/area geografica ISO facoltativo di due lettere che indica il mercato in cui viene acquistata l'offerta.

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

Intestazione della richiesta

Nome Necessario Tipo Descrizione
Authorization True

string

Token di connessione dell'autorizzazione

ms-correlationid

string

Usato per tenere traccia delle richieste internamente. Se non viene specificato un ms-correlationid, il server genererà un nuovo elemento per ogni richiesta

ms-cv

string

Usato per tenere traccia delle richieste internamente. Se non viene specificata una ms-cv, il server genererà un nuovo per ogni richiesta

ms-requestid

string

Usato per l'idempotenza delle richieste. Se non viene specificato un ms-requestid, il server genererà un nuovo per ogni richiesta

Risposte

Nome Tipo Descrizione
200 OK

RateCards.AzureRateCard

La richiesta ha avuto esito positivo. Il corpo della risposta contiene la risorsa della scheda frequenza di Azure.

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

400 Bad Request

Non è presente un input mancante o non valido. Il corpo della risposta fornirà i dettagli dell'errore.

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

401 Unauthorized

La richiesta non è stata autenticata. Il client deve prima eseguire l'autenticazione con il servizio API partner.

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

403 Forbidden

La richiesta è stata autenticata ma è stata rifiutata perché il chiamante non dispone dei diritti per richiamarlo.

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

404 Not Found

La risorsa non viene trovata o non è disponibile con i parametri di input specificati.

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

500 Internal Server Error

Il servizio API partner o una delle relative dipendenze non è riuscito a soddisfare la richiesta. I chiamanti possono riprovare.

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

Definizioni

Nome Descrizione
Link
RateCards.AzureMeter
RateCards.AzureOfferTerm
RateCards.AzureRateCard
ResourceAttributes
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome Tipo Descrizione
headers

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

method

string

uri

string

RateCards.AzureMeter

Nome Tipo Descrizione
category

string

effectiveDate

string

id

string

includedQuantity

number

name

string

rates

object

region

string

subcategory

string

tags

string[]

unit

string

RateCards.AzureOfferTerm

Nome Tipo Descrizione
discount

number

effectiveDate

string

excludedMeterIds

string[]

name

string

RateCards.AzureRateCard

Nome Tipo Descrizione
attributes

ResourceAttributes

currency

string

isTaxIncluded

boolean

links

ResourceLinks

locale

string

meters

RateCards.AzureMeter[]

offerTerms

RateCards.AzureOfferTerm[]

ResourceAttributes

Nome Tipo Descrizione
etag

string

objectType

string

Nome Tipo Descrizione
next

Link

previous

Link

self

Link

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

Nome Tipo Descrizione
key

string

value

string