Udostępnij za pośrednictwem


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

Pobiera elementy wiersza kosztów usług poniesione przez subskrypcje klienta.

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

Parametry identyfikatora URI

Nazwa W Wymagane Typ Opis
billing_period
path True

string

Okres rozliczeniowy, dla którego są wykonywane zapytania dotyczące kosztów usług. Obecnie obsługiwany jest tylko element "MostRecent".

customer_id
path True

string

Identyfikator dzierżawy klienta.

Nagłówek żądania

Nazwa Wymagane Typ Opis
Authorization True

string

Token elementu nośnego autoryzacji

ms-correlationid

string

Służy do śledzenia żądań wewnętrznie. Jeśli nie podano identyfikatora ms-correlationid, serwer wygeneruje nowy dla każdego żądania

ms-cv

string

Służy do śledzenia żądań wewnętrznie. Jeśli nie podano ms-cv, serwer wygeneruje nowy dla każdego żądania

ms-requestid

string

Służy do idempotentności żądań. Jeśli nie podano identyfikatora ms-requestid, serwer wygeneruje nowy dla każdego żądania

Odpowiedzi

Nazwa Typ Opis
200 OK

Collections.ResourceCollection[ServiceCostLineItem]

Żądanie zakończyło się pomyślnie. Treść odpowiedzi zawiera żądane elementy wiersza kosztów obsługi klienta.

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

400 Bad Request

Brak danych wejściowych lub nieprawidłowy. Treść odpowiedzi udostępni szczegóły błędu.

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

401 Unauthorized

Żądanie nie zostało uwierzytelnione. Klient musi najpierw uwierzytelnić się za pomocą usługi interfejsu API partnera.

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

403 Forbidden

Żądanie zostało uwierzytelnione, ale zostało odrzucone, ponieważ obiekt wywołujący nie ma praw do jego wywołania.

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

404 Not Found

Zasób nie został znaleziony lub niedostępny z podanymi parametrami wejściowymi.

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

500 Internal Server Error

Usługa interfejsu API partnera lub jedna z jego zależności nie spełniła żądania. Osoby wywołujące mogą ponowić próbę.

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

Definicje

Nazwa Opis
Collections.ResourceCollection[ServiceCostLineItem]
Link
ResourceAttributes
ResourceLinks
ServiceCostLineItem
System.Collections.Generic.KeyValuePair[System.String,System.String]

Collections.ResourceCollection[ServiceCostLineItem]

Nazwa Typ Opis
attributes

ResourceAttributes

items

ServiceCostLineItem[]

links

ResourceLinks

totalCount

integer

Nazwa Typ Opis
headers

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

method

string

uri

string

ResourceAttributes

Nazwa Typ Opis
etag

string

objectType

string

Nazwa Typ Opis
next

Link

previous

Link

self

Link

ServiceCostLineItem

Nazwa Typ Opis
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]

Nazwa Typ Opis
key

string

value

string