getContractDemandCostList
    • PDF

    getContractDemandCostList

    • PDF

    Article Summary

    Overview

    Search for a list of contract billed costs.

    Requests

    Request parameters

    ParametersRequirement statusTypeRestrictionsDescription
    pageNoNoIntegerPage number
    pageSizeNoInteger- Page size
    default: 1000
    - max: 1000
    isOrganizationNoBoolean- Whether to conduct integrated search for Organization accounts
    (available to Organization masters)
    An error is returned if both isOrganization and isPartner are true
    isPartnerNoBoolean- Whether to search partner accounts
    (available to representative accounts of partners)
    An error is returned if both isOrganization and isPartner are true
    memberNoListNoList<String>List of member numbers
    (available to Organization masters or representative accounts of partners)
    contractNoNoStringContract number
    startMonthYesStringUp to 3 months can be searched at the same time.- Search start month (yyyyMM)
    <Example>202001
    endMonthYesStringUp to 3 months can be searched at the same time.- Last search month (yyyyMM)
    <Example> 202001
    demandTypeCodeNoStringBilling type code
    demandTypeDetailCodeNoStringBilling type detail code
    regionCodeNoString- Region code
    regionCode can be acquired through the getRegionList action.
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Responses

    Response bodies

    Examples

    Request examples

    GET {API_URL}/cost/getContractDemandCostList
    ?startMonth=202212
    &endMonth=202212
    

    Response examples

    <?xml version="1.0" encoding="UTF-8"?>
    <getContractDemandCostListResponse>
      <requestId>797bcf1c-****-****-****-dd5bd932c5be</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <contractDemandCostList>
        <contractDemandCost>
          <memberNo>****</memberNo>
          <regionCode>KR</regionCode>
          <demandType>
            <code>BST</code>
            <codeName>Block Storage</codeName>
          </demandType>
          <demandTypeDetail>
            <code>BST</code>
            <codeName>Block Storage Usage</codeName>
          </demandTypeDetail>
          <contract>
            <memberNo>****</memberNo>
            <contractNo>66032290</contractNo>
            <conjunctionContractNo>66032288</conjunctionContractNo>
            <contractType>
              <code>BST</code>
              <codeName>Block Storage</codeName>
            </contractType>
            <contractStatus>
              <code>NOML</code>
              <codeName>Normal</codeName>
            </contractStatus>
            <contractStartDate>2020-03-06T11:46:53+0900</contractStartDate>
            <contractEndDate>2999-12-31T23:59:59+0900</contractEndDate>
            <instanceName>clouddb998_CDB for MSSQL</instanceName>
            <regionCode>KR</regionCode>
            <platformType/>
            <contractProductList>
              <contractProduct>
                <contractProductSequence>1</contractProductSequence>
                <beforeContractProductSequence/>
                <productCode>SPBSTBSTAD000006</productCode>
                <priceNo>853</priceNo>
                <promiseNo/>
                <instanceNo>501323</instanceNo>
                <productItemKind>
                  <code>BST</code>
                  <codeName>Block storage</codeName>
                </productItemKind>
                <productRatingType>
                  <code>BST</code>
                  <codeName>Block Storage Usage</codeName>
                </productRatingType>
                <serviceStatus>
                  <code>NOML</code>
                  <codeName>Normal</codeName>
                </serviceStatus>
                <serviceStartDate>2020-03-06T11:46:53+0900</serviceStartDate>
                <serviceEndDate>2999-12-31T23:59:59+0900</serviceEndDate>
                <productSize>214748364800</productSize>
                <productCount>0</productCount>
                <usageList/>
              </contractProduct>
            </contractProductList>
          </contract>
          <demandMonth>202212</demandMonth>
          <unitUsageQuantity>334</unitUsageQuantity>
          <packageUnitUsageQuantity>0</packageUnitUsageQuantity>
          <totalUnitUsageQuantity>334</totalUnitUsageQuantity>
          <usageUnit>
            <code>USAGE_HH</code>
            <codeName>Usage time (per hour)</codeName>
          </usageUnit>
          <productPrice>0.16</productPrice>
          <useAmount>10680</useAmount>
          <promotionDiscountAmount>0</promotionDiscountAmount>
          <etcDiscountAmount>0</etcDiscountAmount>
          <promiseDiscountAmount>0</promiseDiscountAmount>
          <demandAmount>10680</demandAmount>
          <writeDate>2022-12-15T07:57:02+0900</writeDate>
          <memberPriceDiscountAmount>0</memberPriceDiscountAmount>
          <memberPromiseDiscountAddAmount>0</memberPromiseDiscountAddAmount>
          <payCurrency>
            <code>KRW</code>
            <codeName>South Korea Won</codeName>
          </payCurrency>
          <thisMonthAppliedExchangeRate>1</thisMonthAppliedExchangeRate>
        </contractDemandCost>
      </contractDemandCostList>
    </getContractDemandCostListResponse>
    

    Was this article helpful?

    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.