getPriceList
    • PDF

    getPriceList

    • PDF

    Article Summary

    개요

    요금제 리스트를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    priceNoList.NYesList<String>조회할 가격 번호 리스트
    promiseNoList.NNoList<String>조회할 약정 번호 리스트
    payCurrencyCodeNoString결제통화코드 (KRW, USD, JPY)
    responseFormatTypeNoString- 응답 결과의 포맷 타입
    Options : xml | json
    Default : xml

    응답

    응답 바디

    예시

    요청 예시

    GET {API_URL}/product/getPriceList
    ?priceNoList.1=9729
    

    응답 예시

    <<?xml version="1.0" encoding="UTF-8"?>
    <getPriceListResponse>
      <requestId>89e37809-****-****-****-0e5762e14b39</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <priceList>
        <price>
          <priceNo>9729</priceNo>
          <priceType>
            <code>FXSUM</code>
            <codeName>Monthly flat rate</codeName>
          </priceType>
          <region>
            <regionNo>7</regionNo>
            <regionCode>SGN</regionCode>
            <regionName>Singapore(New)</regionName>
          </region>
          <chargingUnitType>
            <code>TIME</code>
            <codeName>Time</codeName>
          </chargingUnitType>
          <ratingUnitType>
            <code>POINT</code>
            <codeName>Point unit</codeName>
          </ratingUnitType>
          <chargingUnitBasicValue>0</chargingUnitBasicValue>
          <productRatingType/>
          <unit>
            <code>USAGE_TIME</code>
            <codeName>Usage time(Prorated)</codeName>
          </unit>
          <price>1450000</price>
          <promiseList>
            <promise>
              <promiseNo>1813</promiseNo>
              <promiseProductType>
                <code>FXY1</code>
                <codeName>Flat rate (1 year fixed amount) - fixed year 1</codeName>
              </promiseProductType>
              <discountProcessMethod>
                <code>FXSUM</code>
                <codeName>Flat rate</codeName>
              </discountProcessMethod>
              <discountAmount>1000</discountAmount>
              <renew>true</renew>
            </promise>
          </promiseList>
          <conditionType/>
          <conditionPrice>0</conditionPrice>
          <priceDescription>Daily calculation of monthly usage time</priceDescription>
          <freeUnit/>
          <freeValue>0</freeValue>
          <meteringUnit>
            <code>USAGE_SEC</code>
            <codeName>Usage time (per second)</codeName>
          </meteringUnit>
          <startDate>2019-05-17T00:00:00+0900</startDate>
          <priceAttribute>
            <code>DCNAP</code>
            <codeName>Discount Not Applied</codeName>
          </priceAttribute>
          <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.