getProductDemandCostByDiscountList
- Print
- PDF
getProductDemandCostByDiscountList
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in Classic and VPC
View the billing history with the discount reflected.
Request
The following describes the request format for the endpoint. The request format is as follows:
Method | URI |
---|---|
GET, POST | /discount/getProductDemandCostByDiscountList |
Request headers
For headers common to NAVER Cloud Platform, see Common Ncloud API headers.
Request query parameters
The following describes the parameters.
Field | Type | Required | Description |
---|---|---|---|
startMonth | String | Required | Query start month (yyyyMM)
|
endMonth | String | Required | Query end month (yyyyMM)
|
pageNo | Integer | Optional | Page number |
pageSize | Integer | Optional | Page size
|
productDemandTypeCodeList.N | List | Optional | Service billing type code to view
|
isOrganization | Boolean | Optional | Whether to view consolidated usage for organization service accountsisOrganization and isPartner are true |
isPartner | Boolean | Optional | Whether to view partner accounts
|
memberNoList | List<String> | Optional | Member ID list
|
responseFormatType | String | Optional | Response result format
|
Request example
The following is a sample request.
curl --location --request GET 'https://billingapi.apigw.ntruss.com/billing/v1/discount/getProductDemandCostByDiscountList?startMonth=202311&endMonth=202404' \
--header 'x-ncp-apigw-timestamp: {timestamp}' \
--header 'x-ncp-iam-access-key: {access key}' \
--header 'x-ncp-apigw-signature-v2: {signature}' \
Response
The following describes the response format.
Response body
See ProductDemandCostByDiscountList for the response body.
Response status codes
For response status codes common to NAVER Cloud Platform, see Ncloud API response status codes.
Response example
The following is a sample response.
<?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>
Was this article helpful?