MENU

Description

入金のサマリーを取得します。

Request URL

billing API v1

GET /v1/{tenant_id}/payment-summary

Request Paramters

Parameter Value Style Description
X-Auth-Token Userトークン header トークンID
tenant_id Tenant ID URI テナントID

Example
※エンドポイントURLにつきましては、お客様環境によって異なりますので、コントロールパネルにてご確認の上ご利用ください。

  • REQ
curl -i -X GET \
-H "Accept: application/json" \
-H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \
https://account.tyo1.conoha.io/v1/487727e3921d44e3bfe7ebb337bf085e/payment-summary
  • RES
HTTP/1.1 200 OK
Date: Wed, 24 Dec 2014 04:36:31 GMT
Server: Apache
Content-Length: 141
Content-Type: application/json

{
  "payment_summary": {
    "total_deposit_amount": 1000
  }
}