getPriceList
    • PDF

    getPriceList

    • PDF

    記事の要約

    Classic/VPC環境で利用できます。

    料金プランリストを照会します。

    リクエスト

    リクエスト形式を説明します。リクエスト形式は次の通りです。

    メソッドURI
    GET/product/getPriceList

    リクエストヘッダ

    List Price APIで共通して使用されるヘッダの詳細は、List Priceの共通ヘッダをご参照ください。

    リクエストクエリパラメータ

    パラメータの説明は次の通りです。

    フィールドタイプ必須の有無説明
    priceNoList.NList<String>Required照会対象の価格番号リスト
    • 1~99
    promiseNoList.NList<String>Optional最低利用期間条件番号リスト
    payCurrencyCodeStringOptional決済通貨コード
    • KRW | USD | JPY
    responseFormatTypeStringOptionalレスポンス結果の形式
    • xml(デフォルト) | json

    リクエスト例

    リクエストのサンプルコードは次の通りです。

    curl --location 'https://billingapi.apigw.ntruss.com/billing/v1/product/getPriceList??priceNoList.1=14738'
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Sub Account Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}'
    

    レスポンス

    レスポンス形式を説明します。

    レスポンスボディ

    レスポンスボディの詳細は、PriceListをご参照ください。

    レスポンスステータスコード

    NAVERクラウドプラットフォームでで共通して使用されるレスポンスステータスコードの詳細は、Ncloud APIのレスポンスステータスコードをご参照ください。

    レスポンス例

    レスポンスのサンプルコードは次の通りです。

    <?xml version="1.0" encoding="UTF-8"?>
    <getPriceListResponse>
        <requestId>27951536-****-****-****-34294759b7f6</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <priceList>
            <price>
                <priceNo>14738</priceNo>
                <priceType>
                    <code>FXSUM</code>
                    <codeName>Monthly flat rate</codeName>
                </priceType>
                <region>
                    <regionNo>1</regionNo>
                    <regionCode>KR</regionCode>
                    <regionName>Korea</regionName>
                </region>
                <chargingUnitType>
                    <code>TIME</code>
                    <codeName>Time</codeName>
                </chargingUnitType>
                <ratingUnitType>
                    <code>POINT</code>
                    <codeName>Point unit</codeName>
                </ratingUnitType>
                <chargingUnitBasicValue>0</chargingUnitBasicValue>
                <productRatingType>
                    <code>VSVR</code>
                    <codeName>Server (VPC) Usage</codeName>
                </productRatingType>
                <unit>
                    <code>USAGE_MM</code>
                    <codeName>Usage time (per month)</codeName>
                </unit>
                <price>4168368</price>
                <promiseList>
                    <promise>
                        <promiseProductType/>
                        <discountProcessMethod/>
                        <discountAmount>0</discountAmount>
                    </promise>
                </promiseList>
                <conditionType>
                    <code>SVR_ST_PRC</code>
                    <codeName>Server Stop Price</codeName>
                </conditionType>
                <conditionPrice>4168368</conditionPrice>
                <priceDescription>Usage time (day) * ( Price (month) / full days )</priceDescription>
                <freeUnit/>
                <freeValue>0</freeValue>
                <meteringUnit>
                    <code>USAGE_SEC</code>
                    <codeName>Usage time (per second)</codeName>
                </meteringUnit>
                <startDate>2020-12-07T00:00:00+0900</startDate>
                <priceAttribute/>
                <priceVersionName></priceVersionName>
                <payCurrency>
                    <code>KRW</code>
                    <codeName>South Korea Won</codeName>
                </payCurrency>
                <periodUnitList/>
                <countryUnitList/>
                <packageUnitList/>
            </price>
        </priceList>
    </getPriceListResponse>
    

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

    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.