Condividi tramite


Manage billing - Get a customer's service costs line items

Recupera gli elementi riga dei costi del servizio sostenuti dalle sottoscrizioni del cliente.

GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/servicecosts/{billing_period}/lineitems

Parametri dell'URI

Nome In Necessario Tipo Descrizione
billing_period
path True

string

Periodo di fatturazione per il quale vengono sottoposti a query i costi del servizio. Attualmente è supportato solo "MostRecent".

customer_id
path True

string

ID tenant del cliente.

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

Collections.ResourceCollection[ServiceCostLineItem]

La richiesta ha avuto esito positivo. Il corpo della risposta contiene le voci di costo del servizio clienti richieste.

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

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"

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"

403 Forbidden

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

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

404 Not Found

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

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

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"

Definizioni

Nome Descrizione
Collections.ResourceCollection[ServiceCostLineItem]
Link
ResourceAttributes
ResourceLinks
ServiceCostLineItem
System.Collections.Generic.KeyValuePair[System.String,System.String]

Collections.ResourceCollection[ServiceCostLineItem]

Nome Tipo Descrizione
attributes

ResourceAttributes

items

ServiceCostLineItem[]

links

ResourceLinks

totalCount

integer

Nome Tipo Descrizione
headers

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

method

string

uri

string

ResourceAttributes

Nome Tipo Descrizione
etag

string

objectType

string

Nome Tipo Descrizione
next

Link

previous

Link

self

Link

ServiceCostLineItem

Nome Tipo Descrizione
afterTaxTotal

number

availabilityId

string

chargeType

string

currencyCode

string

currencySymbol

string

customerId

string

customerName

string

discountDetails

string

endDate

string

invoiceNumber

string

invoiceType

string

offerId

string

offerName

string

orderId

string

pretaxTotal

number

priceAdjustmentDescription

string

productId

string

productName

string

publisherId

string

publisherName

string

quantity

number

resellerMPNId

string

skuId

string

skuName

string

startDate

string

subscriptionFriendlyName

string

subscriptionId

string

tax

number

termAndBillingCycle

string

unitPrice

number

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

Nome Tipo Descrizione
key

string

value

string