getCostRelationCodeList
    • PDF

    getCostRelationCodeList

    • PDF

    Article Summary

    概要

    費用関連コードリストを照会します。
    費用関連コードは、他の使用量/費用照会 APIで使用できます。

    リクエスト

    リクエストパラメータ

    パラメータ名必須の有無タイプ制限事項説明
    contractTypeCodeNoString契約区分コード
    productItemKindCodeNoString商品品目種類コード
    productRatingTypeCodeNoString商品課金タイプコード
    meteringTypeCodeNoStringメータリング区分コード
    productCategoryCodeNoString商品カテゴリコード
    productCategoryCodeはgetProductCategoryListアクションを通じて照会可能
    responseFormatTypeNoString- レスポンス結果の形式タイプ
    オプション: xml | json
    デフォルト: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/cost/getCostRelationCodeList
    ?contractTypeCode=VSVR
    &productItemKindCode=VSVR
    

    レスポンス例

    <?xml version="1.0" encoding="UTF-8"?>
    <getCostRelationCodeListResponse>
      <requestId>46ab577a-****-****-****-09d8716f0019</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>2</totalRows>
      <costRelationCodeList>
        <costRelationCode>
          <contractType>
            <code>VSVR</code>
            <codeName>Server(VPC)</codeName>
          </contractType>
          <productItemKind>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </productItemKind>
          <productRatingType>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </productRatingType>
          <meteringType>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </meteringType>
          <demandType>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </demandType>
          <demandTypeDetail>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </demandTypeDetail>
          <productDemandType>
            <code>VSVR</code>
            <codeName>Server(VPC)</codeName>
            <regionCode/>
          </productDemandType>
          <productCategory>
            <code>COMPUTE</code>
            <codeName>Compute</codeName>
          </productCategory>
        </costRelationCode>
        <costRelationCode>
          <contractType>
            <code>VSVR</code>
            <codeName>Server(VPC)</codeName>
          </contractType>
          <productItemKind>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </productItemKind>
          <productRatingType>
            <code>VSVR</code>
            <codeName>VPC Server</codeName>
          </productRatingType>
          <meteringType>
            <code>VSVRT</code>
            <codeName>Server (VPC) Stop Usage</codeName>
          </meteringType>
          <demandType>
            <code>VSVR</code>
            <codeName>Server (VPC)</codeName>
          </demandType>
          <demandTypeDetail>
            <code>VSVRT</code>
            <codeName>Server (VPC) Stop Usage</codeName>
          </demandTypeDetail>
          <productDemandType>
            <code>VSVR</code>
            <codeName>Server(VPC)</codeName>
            <regionCode/>
          </productDemandType>
          <productCategory>
            <code>COMPUTE</code>
            <codeName>Compute</codeName>
          </productCategory>
        </costRelationCode>
      </costRelationCodeList>
    </getCostRelationCodeListResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.