getDemandCostList
    • PDF

    getDemandCostList

    • PDF

    Article Summary

    Overview

    Search the list of billing 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)
    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
    responseFormatTypeNoString- Format type of the response result
    Options: xml | json
    Default: xml

    Responses

    Response bodies

    Examples

    Request examples

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

    Response examples

    <?xml version="1.0" encoding="UTF-8"?>
    <getDemandCostListResponse>
      <requestId>fb641475-****-****-****-b92e63deefb2</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <demandCostList>
        <demandCost>
          <memberNo>9729</memberNo>
          <demandMonth>202212</demandMonth>
          <demandNo>926</demandNo>
          <integrationDemandNo/>
          <demandAttribute>
            <code>GEN</code>
            <codeName>General</codeName>
          </demandAttribute>
          <useAmount>710610</useAmount>
          <promiseDiscountAmount>0</promiseDiscountAmount>
          <promotionDiscountAmount>0</promotionDiscountAmount>
          <etcDiscountAmount>0</etcDiscountAmount>
          <customerDiscountAmount>0</customerDiscountAmount>
          <productDiscountAmount>0</productDiscountAmount>
          <creditDiscountAmount>0</creditDiscountAmount>
          <rounddownDiscountAmount>10</rounddownDiscountAmount>
          <currencyDiscountAmount>0</currencyDiscountAmount>
          <coinUseAmount>0</coinUseAmount>
          <defaultAmount>0</defaultAmount>
          <thisMonthDemandAmount>710600</thisMonthDemandAmount>
          <thisMonthVatRatio>0.1</thisMonthVatRatio>
          <thisMonthVatAmount>71060</thisMonthVatAmount>
          <thisMonthAmountIncludingVat>781660</thisMonthAmountIncludingVat>
          <totalDemandAmount>781660</totalDemandAmount>
          <isPaidUp>true</isPaidUp>
          <paidUpDate>2022-12-14T08:00:58+0900</paidUpDate>
          <overduePlusAmount>0</overduePlusAmount>
          <overdueRatio>0.0</overdueRatio>
          <thisMonthOverdueAmount>781660</thisMonthOverdueAmount>
          <beforeMonthDemandNo>760</beforeMonthDemandNo>
          <totalOverdueAmount>781660</totalOverdueAmount>
          <writeDate>2022-12-14T08:00:52+0900</writeDate>
          <memberPriceDiscountAmount>0</memberPriceDiscountAmount>
          <memberPromiseDiscountAddAmount>0</memberPromiseDiscountAddAmount>
          <payCurrency>
            <code>KRW</code>
            <codeName>South Korea Won</codeName>
          </payCurrency>
          <thisMonthAppliedExchangeRate>1</thisMonthAppliedExchangeRate>
        </demandCost>
      </demandCostList>
    </getDemandCostListResponse>
    

    Was this article helpful?

    What's Next
    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.