getCostRelationCodeList
    • PDF

    getCostRelationCodeList

    • PDF

    Article Summary

    개요

    비용연관코드 리스트를 조회합니다.
    비용연관코드는 다른 사용량/비용 조회 API에서 사용할 수 있습니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    contractTypeCodeNoString계약구분코드
    productItemKindCodeNoString상품품목종류코드
    productRatingTypeCodeNoString상품과금유형코드
    meteringTypeCodeNoString미터링구분코드
    productCategoryCodeNoString상품 카테고리 코드
    productCategoryCode는 getProductCategoryList 액션을 통해 조회 가능
    responseFormatTypeNoString- 응답 결과의 포맷 타입
    Options: xml | json
    Default: 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.