Manage billing - Get invoice line items
GTM 시나리오에 대한 품목을 가져옵니다. 현재 및 이전 달의 자사 및 제3자 청구되지 않은 일일 등급 사용량입니다. 제1자 및 제3자에게 청구된 일별 정격 사용량입니다. 현재 및 이전 달에 대한 자사 및 제3자 청구되지 않은 정찰.
GET https://api.partnercenter.microsoft.com/v1/invoices/{invoice_id}/lineitems
GET https://api.partnercenter.microsoft.com/v1/invoices/{invoice_id}/lineitems?provider={provider}&invoiceLineItemType={invoiceLineItemType}&hasPartnerEarnedCredit={hasPartnerEarnedCredit}¤cyCode={currencyCode}&period={period}&size={size}&offset={offset}&seekOperation={seekOperation}
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
invoice_id
|
path | True |
string |
청구서 ID입니다. 청구되지 않은 품목의 경우 invoiceId는 "unbilled"로 설정됩니다. |
currency
|
query |
string |
통화 코드입니다. |
|
has
|
query |
boolean |
파트너 획득 크레딧이 적용된 품목을 반환할지 여부를 나타내는 값입니다. |
|
invoice
|
query |
string |
청구서 줄 항목입니다. 예: BillingLineItems, UsageLineItems. |
|
offset
|
query |
integer int32 |
페이지 오프셋입니다. |
|
period
|
query |
string |
청구되지 않은 정찰 기간입니다. 예: 현재, 이전. |
|
provider
|
query |
string |
공급자 유형입니다. 예: All, Marketplace. |
|
seek
|
query |
string |
수행할 검색 작업입니다. 다음만 지원됩니다. |
|
size
|
query |
integer int32 |
페이지 크기입니다. |
요청 헤더
Name | 필수 | 형식 | Description |
---|---|---|---|
Authorization | True |
string |
권한 부여 전달자 토큰 |
ms-correlationid |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-correlationid가 제공되지 않으면 서버는 각 요청에 대해 새 상관 관계를 생성합니다. |
|
ms-cv |
string |
내부적으로 요청을 추적하는 데 사용됩니다. ms-cv 제공되지 않으면 서버는 각 요청에 대해 새 ms-cv 생성합니다. |
|
ms-requestid |
string |
요청의 idempotency에 사용됩니다. ms-requestid가 제공되지 않으면 서버는 각 요청에 대해 새 요청을 생성합니다. |
응답
Name | 형식 | Description |
---|---|---|
200 OK |
요청이 성공했습니다. 응답 본문에는 요청된 다시 연결 줄 항목이 포함됩니다. Media Types: "application/json", "text/json" |
|
400 Bad Request |
누락되었거나 잘못된 입력이 있었습니다. 응답 본문은 오류 세부 정보를 제공합니다. Media Types: "application/json", "text/json" |
|
401 Unauthorized |
요청이 인증되지 않았습니다. 클라이언트는 먼저 파트너 API 서비스를 사용하여 인증해야 합니다. Media Types: "application/json", "text/json" |
|
403 Forbidden |
요청이 인증되었지만 호출자가 호출할 권한이 없으므로 거부되었습니다. Media Types: "application/json", "text/json" |
|
404 Not Found |
리소스를 찾을 수 없거나 지정된 입력 매개 변수와 함께 사용할 수 없습니다. Media Types: "application/json", "text/json" |
|
500 Internal Server Error |
파트너 API 서비스 또는 해당 종속성 중 하나가 요청을 충족하지 못했습니다. 호출자는 이를 다시 시도할 수 있습니다. Media Types: "application/json", "text/json" |
정의
Name | Description |
---|---|
Collections. |
|
Invoice |
|
Link | |
Resource |
|
Resource |
|
System. |
Collections.PagedResourceCollection[InvoiceLineItem]
Name | 형식 | Description |
---|---|---|
attributes | ||
continuationToken |
string |
|
items | ||
links | ||
totalCount |
integer |
InvoiceLineItem
Name | 형식 | Description |
---|---|---|
attributes | ||
billingProvider |
enum:
|
|
invoiceLineItemType |
enum:
|
Link
Name | 형식 | Description |
---|---|---|
headers |
System. |
|
method |
string |
|
uri |
string |
ResourceAttributes
Name | 형식 | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
Name | 형식 | Description |
---|---|---|
next | ||
previous | ||
self |
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name | 형식 | Description |
---|---|---|
key |
string |
|
value |
string |