getContractSummaryList
    • PDF

    getContractSummaryList

    • PDF

    Article Summary

    개요

    사용자 계약 요약 리스트를 조회합니다.
    계약 요약은 리전코드, 계약구분코드, 계약 수로 구성되어 있습니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    pageNoNoInteger페이지 번호
    pageSizeNoInteger- 페이지 사이즈
    default : 1000
    max : 1000
    isOrganizationNoBoolean- Organization 계정 통합 조회 여부
    (Organization 마스터일 경우 사용 가능)
    isOrganization, isPartner가 모두 true일 경우 에러가 응답됨
    isPartnerNoBoolean- 파트너계정 조회 여부
    (파트너 대표일 경우 사용 가능)
    isOrganization, isPartner가 모두 true일 경우 에러가 응답됨
    memberNoListNoList<String>회원번호 리스트
    (Organization 마스터 또는 파트너 대표 계정일 경우 사용 가능)
    contractMonthYesString조회할 계약 월 (yyyyMM)
    ex) 202001
    contractTypeCodeNoString계약유형코드
    regionCodeNoString리전 코드
    contractStatusCodeNoString- 계약상태코드
    ALL(모두) | NOML(정상) | NLEND(종료)
    Default: ALL
    responseFormatTypeNoString- 응답 결과의 포맷 타입
    Options : xml | json
    Default : xml

    응답

    응답 바디

    예시

    요청 예시

    GET {API_URL}/cost/getContractSummaryList
    ?contractMonth=202009
    

    응답 예시

    <?xml version="1.0" encoding="UTF-8"?>
    <getContractSummaryListResponse>
      <requestId>d3b77f2a-304e-407b-b1de-1704614148d4</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>3</totalRows>
      <contractSummaryList>
        <contractSummary>
          <memberNo>*****</memberNo>
          <regionCode>KR</regionCode>
          <contractCount>2</contractCount>
          <contractType>
            <code>BST</code>
            <codeName>Block Storage</codeName>
          </contractType>
          <contractStatus>
            <code>ALL</code>
            <codeName>ALL</codeName>
          </contractStatus>
        </contractSummary>
        <contractSummary>
          <memberNo>*****</memberNo>
          <regionCode>KR</regionCode>
          <contractCount>1</contractCount>
          <contractType>
            <code>SW</code>
            <codeName>Software</codeName>
          </contractType>
          <contractStatus>
            <code>ALL</code>
            <codeName>ALL</codeName>
          </contractStatus>
        </contractSummary>
        <contractSummary>
          <memberNo>*****</memberNo>
          <regionCode>KR</regionCode>
          <contractCount>1</contractCount>
          <contractType>
            <code>VSVR</code>
            <codeName>Server(VPC)</codeName>
          </contractType>
          <contractStatus>
            <code>ALL</code>
            <codeName>ALL</codeName>
          </contractStatus>
        </contractSummary>
      </contractSummaryList>
    </getContractSummaryListResponse>
    

    이 문서가 도움이 되었습니까?

    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.