請求データ詳細取得
Description
課金アイテムに対しての請求データの詳細を取得します。
Request URL
Account API GET /v1/{tenant_id}/billing-invoices/{invoice_id}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークンIDを指定します。 |
tenant_id | テナントID | path | テナントIDを指定します。 |
invoice_id | インボイスID | path | インボイスIDを指定します。 |
Response Code
Success
200
Example
Request
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: トークンID" \ https://account.tyo1.conoha.io/v1/テナントID/billing-invoices/インボイスID
Response
HTTP/1.1 200 OK Date: Wed, 24 Dec 2014 04:46:00 GMT Server: Apache Content-Length: 414 Content-Type: application/json { "billing_invoice": { "items": [ { "invoice_detail_id": 0000001, "product_name": "VPSService SSD 50GB Memory 1G CPU 2Core", "unit_price": 1.3, "quantity": 12, "start_date": "2014-05-19T00:00:00", "end_date": null } ], "invoice_id": 0003, "payment_method_type": "Charge", "invoice_date": "2014-06-01T00:00:00", "bill_plas_tax": 300, "due_date": "2014-06-01T00:00:00" } }
ConoHaにて提供しておりますAPIにつきましては、クラウド基盤として採用しておりますOpenStackの機能にて実装しておりますので、詳細な情報や使い方はOpenStackのドキュメントにてご確認ください。