Manage billing - Get a customer's service costs line items
Načte řádkové položky nákladů na služby vzniklé předplatnými zákazníka.
GET https://api.partnercenter.microsoft.com/v1/customers/{customer_id}/servicecosts/{billing_period}/lineitems
Parametry identifikátoru URI
Name | V | Vyžadováno | Typ | Description |
---|---|---|---|---|
billing_period
|
path | True |
string |
Fakturační období, na které se dotazují náklady na služby. V současné době se podporuje jenom MostRecent. |
customer_id
|
path | True |
string |
ID tenanta zákazníka. |
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 |
Požadavek byl úspěšný. Text odpovědi obsahuje požadované řádkové položky nákladů na služby zákazníka. Media Types: "application/json", "text/json" |
|
400 Bad Request |
Došlo k chybě nebo neplatnému vstupu. Text odpovědi poskytne podrobnosti o chybě. Media Types: "application/json", "text/json" |
|
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" |
|
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" |
|
404 Not Found |
Prostředek nebyl nalezen nebo není k dispozici s danými vstupními parametry. Media Types: "application/json", "text/json" |
|
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" |
Definice
Name | Description |
---|---|
Collections. |
|
Link | |
Resource |
|
Resource |
|
Service |
|
System. |
Collections.ResourceCollection[ServiceCostLineItem]
Name | Typ | Description |
---|---|---|
attributes | ||
items | ||
links | ||
totalCount |
integer |
Link
Name | Typ | Description |
---|---|---|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Name | Typ | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
Name | Typ | Description |
---|---|---|
next | ||
previous | ||
self |
ServiceCostLineItem
Name | Typ | Description |
---|---|---|
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]
Name | Typ | Description |
---|---|---|
key |
string |
|
value |
string |