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}®ion={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.
|
|
region
|
query |
string |
Codice iso/area geografica ISO facoltativo di due lettere che indica il mercato in cui viene acquistata l'offerta.
|
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 |
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 | |
Rate |
|
Rate |
|
Rate |
|
Resource |
|
Resource |
|
System. |
Link
Nome | Tipo | Descrizione |
---|---|---|
headers |
System. |
|
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 | ||
currency |
string |
|
isTaxIncluded |
boolean |
|
links | ||
locale |
string |
|
meters | ||
offerTerms |
ResourceAttributes
Nome | Tipo | Descrizione |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
Nome | Tipo | Descrizione |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Nome | Tipo | Descrizione |
---|---|---|
key |
string |
|
value |
string |