Delen via


Invoices - Download Summary By Billing Account

Hiermee haalt u een URL op om het overzichtsdocument voor een factuur te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met enterprise agreement-type.

POST https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/invoices/{invoiceName}/downloadSummary?api-version=2024-04-01

URI-parameters

Name In Vereist Type Description
billingAccountName
path True

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

Regex-patroon: ^([0-9]+|([Pp][Cc][Nn]\.[A-Za-z0-9]+)|[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}(:[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}_[0-9]{4}(-[0-9]{2}){2})?)$

invoiceName
path True

string

De id waarmee een factuur uniek wordt geïdentificeerd.

Regex-patroon: ^(H[0-9]-[A-Z0-9]+)$|^(?:([GHT]|HT){1}[A-Z0-9]{9})$|^(?:[D]{1}[A-Z0-9]{9})$|^(?:E{1}[B-Z0-9]{1}[A-Z0-9]{8})$|^(?:EA[A-Z0-9]{8})$

api-version
query True

string

De versie van de API die moet worden gebruikt met de clientaanvraag. De huidige versie is 2024-04-01.

Antwoorden

Name Type Description
200 OK

DocumentDownloadResult

Een beveiligde URL die kan worden gebruikt om een entiteit te downloaden totdat de URL verloopt.

202 Accepted

Een geaccepteerd resultaat dat een locatieheader retourneert die de client kan peilen om het resultaat van de bewerking weer te geven.

Kopteksten

  • Location: string
  • Retry-After: integer
Other Status Codes

ErrorResponse

Foutreactie waarin wordt beschreven waarom de bewerking is mislukt.

Voorbeelden

InvoicesDownloadSummaryByBillingAccount

Voorbeeldaanvraag

POST https://management.azure.com/providers/Microsoft.Billing/billingAccounts/123456789/invoices/G123456789/downloadSummary?api-version=2024-04-01

Voorbeeldrespons

{
  "expiryTime": "2023-02-16T17:32:28Z",
  "url": "https://myaccount.blob.core.windows.net/invoices/1383724_summary.pdf?sv=2019-02-02&sr=b&sp=r"
}
Location: https://management.azure.com/providers/Microsoft.Billing/billingAccounts/123456789/operationResults/invoiceSummaryDownload_11111111-1111-1111-1111-111111111111?api-version=2024-04-01
Retry-After: 10

Definities

Name Description
DocumentDownloadResult

Een beveiligde URL die kan worden gebruikt om een entiteit te downloaden totdat de URL verloopt.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

ErrorDetail

De foutdetails.

ErrorResponse

Foutreactie

DocumentDownloadResult

Een beveiligde URL die kan worden gebruikt om een entiteit te downloaden totdat de URL verloopt.

Name Type Description
expiryTime

string

De tijd in UTC waarop de download-URL verloopt.

url

string

De URL naar het PDF- of .zip-bestand.

ErrorAdditionalInfo

Aanvullende informatie over de resourcebeheerfout.

Name Type Description
info

object

De aanvullende informatie.

type

string

Het extra informatietype.

ErrorDetail

De foutdetails.

Name Type Description
additionalInfo

ErrorAdditionalInfo[]

De fout bevat aanvullende informatie.

code

string

De foutcode.

details

ErrorDetail[]

De foutdetails.

message

string

Het foutbericht.

target

string

Het foutdoel.

ErrorResponse

Foutreactie

Name Type Description
error

ErrorDetail

Het foutobject.