Sdílet prostřednictvím


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

Collections.ResourceCollection[ServiceCostLineItem]

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.ResourceCollection[ServiceCostLineItem]
Link
ResourceAttributes
ResourceLinks
ServiceCostLineItem
System.Collections.Generic.KeyValuePair[System.String,System.String]

Collections.ResourceCollection[ServiceCostLineItem]

Name Typ Description
attributes

ResourceAttributes

items

ServiceCostLineItem[]

links

ResourceLinks

totalCount

integer

Name Typ Description
headers

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

method

string

uri

string

ResourceAttributes

Name Typ Description
etag

string

objectType

string

Name Typ Description
next

Link

previous

Link

self

Link

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