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)
    例) 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.