getDemandCostList
    • PDF

    getDemandCostList

    • PDF

    Article Summary

    개요

    청구 비용 리스트를 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    pageNoNoInteger페이지 번호
    pageSizeNoInteger- 페이지 사이즈
    default: 1000
    max: 1000
    isOrganizationNoBoolean- Organization 계정 통합 조회 여부
    Organization 마스터일 경우 사용 가능
    isOrganization, isPartner가 모두 true일 경우 에러가 응답됨
    isPartnerNoBoolean- 파트너 계정 조회 여부
    파트너 대표일 경우 사용 가능
    isOrganization, isPartner가 모두 true일 경우 에러가 응답됨
    memberNoListNoList<String>회원번호 리스트
    (Organization 마스터 또는 파트너 대표 계정일 경우 사용 가능)
    startMonthYesString최대 3개월 동시 조회 가능- 조회 시작 월 (yyyyMM)
    <예시> 202001
    endMonthYesString최대 3개월 동시 조회 가능- 조회 마지막 월 (yyyyMM)
    <예시> 202001
    responseFormatTypeNoString- 응답 결과의 포맷 타입
    Options: xml | json
    Default: xml

    응답

    응답 바디

    예시

    요청 예시

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

    응답 예시

    <?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>
    

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

    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.