getContractUsageListByDaily
    • PDF

    getContractUsageListByDaily

    • PDF

    Article Summary

    Overview

    You can search the daily usage of the product.

    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
    useStartDayYesStringUp to 3 months can be searched at the same time.Search start month (yyyyMMdd)
    <Example>20220101
    useEndDayYesStringUp to 3 months can be searched at the same time.Last search month (yyyyMMdd)
    <Example> 20220228
    contractTypeCodeNoStringContract type code
    productItemKindCodeNoStringProduct item type 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/getContractUsageListByDaily
    ?useStartDay=20221201
    &useEndDay=20221202
    &contractNo=66142382
    

    Response examples

    <?xml version="1.0" encoding="UTF-8"?>
    <getContractUsageListByDailyResponse>
      <requestId>59456470-36af-4269-b351-bbf5e77497cb</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>62</totalRows>
      <contractUsageListByDaily>
        <contractUsageByDaily>
          <account>
            <memberNo>9729</memberNo>
          </account>
          <useDate>
            <useStartDate>2022-12-01T00:00:00+0900</useStartDate>
            <useEndDate>2022-12-01T23:59:59+0900</useEndDate>
          </useDate>
          <contract>
            <contractNo>66142382</contractNo>
            <conjunctionContractNo/>
            <contractType>
              <code>DV</code>
              <codeName>Data Visualization</codeName>
            </contractType>
            <contractStatus>
              <code>NOML</code>
              <codeName>Normal</codeName>
            </contractStatus>
            <contractStartDate>2020-10-19T10:54:11+0900</contractStartDate>
            <contractEndDate>2999-12-31T23:59:59+0900</contractEndDate>
            <instanceName>Data Visualization</instanceName>
            <regionCode>KR</regionCode>
            <platformType/>
          </contract>
          <contractProduct>
            <contractProductSequence>1</contractProductSequence>
            <beforeContractProductSequence/>
            <productCode>SPDV000000000001</productCode>
            <priceNo>13688</priceNo>
            <promiseNo/>
            <instanceNo>553145</instanceNo>
            <productItemKind>
              <code>DV</code>
              <codeName>Data Visualization</codeName>
            </productItemKind>
            <productRatingType>
              <code>DV_STAND</code>
              <codeName>Data Visualization Standard</codeName>
            </productRatingType>
            <serviceStatus>
              <code>NOML</code>
              <codeName>Normal</codeName>
            </serviceStatus>
            <serviceStartDate>2020-10-19T10:54:11+0900</serviceStartDate>
            <serviceEndDate>2999-12-31T23:59:59+0900</serviceEndDate>
            <productSize>0</productSize>
            <productCount>0</productCount>
          </contractProduct>
          <usage>
            <meteringType>
              <code>DV_STAND</code>
              <codeName>Data Visualization Standard</codeName>
            </meteringType>
            <usageQuantity>86400</usageQuantity>
            <unit>
              <code>USAGE_SEC</code>
              <codeName>Usage time (per second)</codeName>
            </unit>
            <userUsageQuantity>1</userUsageQuantity>
            <userUnit>
              <code>SEC_DAY</code>
              <codeName>Day(s)</codeName>
            </userUnit>
          </usage>
        </contractUsageByDaily>
      </contractUsageListByDaily>
    </getContractUsageListByDailyResponse>
    

    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.