Aracılığıyla paylaş


Manage billing - Get invoice billed commercial consumption line items

Belirli bir faturanın fatura satırı öğelerini ürüne ve ayrıntı türüne göre alır.

GET https://api.partnercenter.microsoft.com/v1/invoices/{invoice_id}/lineitems/{product_type}/{invoice_line_item_type}
GET https://api.partnercenter.microsoft.com/v1/invoices/{invoice_id}/lineitems/{product_type}/{invoice_line_item_type}?seekOperation={seekOperation}&size={size}&offset={offset}

URI Parametreleri

Name İçinde Gerekli Tür Description
invoice_id
path True

string

Fatura kimliği.

invoice_line_item_type
path True

string

Fatura satırı madde türü.

product_type
path True

string

Ürün türü.

offset
query

integer

int32

Sayfa uzaklığı.

seekOperation
query

string

Gerçekleştirilecek arama işlemi. Sonraki yalnızca desteklenir.

size
query

integer

int32

Sayfa boyutu.

İstek Başlığı

Name Gerekli Tür Description
Authorization True

string

Yetkilendirme Taşıyıcı belirteci

ms-correlationid

string

İstekleri dahili olarak izlemek için kullanılır. Bir ms-correlationid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

ms-cv

string

İstekleri dahili olarak izlemek için kullanılır. Bir ms-cv sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

ms-requestid

string

İsteklerin eşzamanlılığı için kullanılır. Bir ms-requestid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

Yanıtlar

Name Tür Description
200 OK

Collections.PagedResourceCollection[InvoiceLineItem]

İstek başarılı oldu. Yanıt gövdesi, istenen fatura satırı öğelerini içerir.

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

400 Bad Request

Eksik veya geçersiz bir giriş vardı. Yanıt gövdesi hata ayrıntılarını sağlar.

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

401 Unauthorized

İsteğin kimliği doğrulanmamış. İstemcinin önce iş ortağı API hizmetiyle kimlik doğrulaması yapması gerekir.

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

403 Forbidden

İsteğin kimliği doğrulandı, ancak çağıranın çağırma hakkı olmadığından reddedildi.

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

404 Not Found

Kaynak bulunamadı veya verilen giriş parametreleriyle kullanılamıyor.

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

500 Internal Server Error

İş ortağı API hizmeti veya bağımlılıklarından biri isteği yerine getiremedi. Arayanlar bunu yeniden deneyebilir.

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

Tanımlar

Name Description
Collections.PagedResourceCollection[InvoiceLineItem]
InvoiceLineItem
Link
ResourceAttributes
ResourceLinks
System.Collections.Generic.KeyValuePair[System.String,System.String]

Collections.PagedResourceCollection[InvoiceLineItem]

Name Tür Description
attributes

ResourceAttributes

continuationToken

string

items

InvoiceLineItem[]

links

ResourceLinks

totalCount

integer

InvoiceLineItem

Name Tür Description
attributes

ResourceAttributes

billingProvider enum:
  • all
  • azure
  • marketplace
  • none
  • office
  • oneTime
invoiceLineItemType enum:
  • billingLineItems
  • none
  • usageLineItems
Name Tür Description
headers

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

method

string

uri

string

ResourceAttributes

Name Tür Description
etag

string

objectType

string

Name Tür Description
next

Link

previous

Link

self

Link

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

Name Tür Description
key

string

value

string