getProductDemandCostByDiscountList
- 인쇄
- PDF
getProductDemandCostByDiscountList
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
계정별 부여된 Product Discount의 현황과 각 Product Discount의 사용 내역을 조회합니다.
요청
요청 파라미터
파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
---|---|---|---|---|
pageNo | No | Integer | 페이지 번호 | |
pageSize | No | Integer | - 페이지 사이즈 default : 1000 max : 1000 | |
productDemandTypeCodeList.N | No | List<String> | 조회할 상품 청구 유형 코드 입력 | |
startMonth | Yes | String | 최대 3개월 동시 조회 가능 | 조회 시작 월 (yyyyMM) <예시> 202001 |
endMonth | Yes | String | 최대 3개월 동시 조회 가능 | 조회 종료 월 (yyyyMM) <예시> 202001 |
isOrganization | No | Boolean | - Organization 계정 통합 조회 여부 (Organization 마스터일 경우 사용 가능) isOrganization, isPartner가 모두 true일 경우 에러가 응답됨 | |
isPartner | No | Boolean | - 파트너 계정 조회 여부 (파트너 대표일 경우 사용 가능) isOrganization, isPartner가 모두 true일 경우 에러가 응답됨 | |
memberNoList | No | List<String> | 회원 번호 리스트 (Organization 마스터 또는 파트너 대표 계정일 경우 사용 가능) | |
responseFormatType | No | String | - 응답 결과의 포맷 타입 Options : xml | json Default : xml |
응답
응답 바디
예시
요청 예시
GET {API_URL}/discount/getProductDiscountHistoryList
?startMonth=202212&endMonth=202212&productDemandTypeCodeList.1=GDNS
응답 예시
<?xml version="1.0" encoding="UTF-8"?>
<getProductDemandCostByDiscountListResponse>
<requestId>89b5d61f-****-****-****-fc1289eeb72e</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>2</totalRows>
<productDemandCostByDiscountList>
<productDemandCostByDiscount>
<memberNo>1***9</memberNo>
<demandMonth>202212</demandMonth>
<productDemandType>
<code>GDNS</code>
<codeName>Global DNS</codeName>
<regionCode/>
</productDemandType>
<promiseDiscountAmount>0</promiseDiscountAmount>
<promotionDiscountAmount>0</promotionDiscountAmount>
<etcDiscountAmount>0</etcDiscountAmount>
<productDiscountAmount>60</productDiscountAmount>
<creditDiscountAmount>0</creditDiscountAmount>
<defaultAmount>0</defaultAmount>
<useAmount>690</useAmount>
<demandAmount>630</demandAmount>
<writeDate>2022-12-14T07:59:53+0900</writeDate>
<memberPriceDiscountAmount>0</memberPriceDiscountAmount>
<memberPromiseDiscountAddAmount>0</memberPromiseDiscountAddAmount>
<discountAppliedCount>1</discountAppliedCount>
<appliedCreditHistoryList/>
<appliedProductDiscountHistoryList>
<appliedProductDiscountHistory>
<discountTargetAmount>690</discountTargetAmount>
<discountAppliedAmount>60</discountAppliedAmount>
<discountNo>9694</discountNo>
<productDiscountName>test-product-discount</productDiscountName>
<discountRate>10.0</discountRate>
<discountCondition>true</discountCondition>
<minimumAmount>0</minimumAmount>
<maximumDiscountCondition>true</maximumDiscountCondition>
<maximumDiscountAmount>0</maximumDiscountAmount>
<validityStartMonth>202212</validityStartMonth>
<validityEndMonth>202212</validityEndMonth>
<eligibleProductDemandTypeList>
<productDemandType>
<code>SCMTR</code>
<codeName>Security Monitoring</codeName>
<regionCode>KR</regionCode>
</productDemandType>
<productDemandType>
<code>GDNS</code>
<codeName>Global DNS</codeName>
<regionCode>COM</regionCode>
</productDemandType>
</eligibleProductDemandTypeList>
</appliedProductDiscountHistory>
</appliedProductDiscountHistoryList>
<payCurrency>
<code>KRW</code>
<codeName>South Korea Won</codeName>
</payCurrency>
</productDemandCostByDiscount>
</productDemandCostByDiscountList>
</getProductDemandCostByDiscountListResponse>
이 문서가 도움이 되었습니까?