ncloud_get_discount_list
Retrieve assigned discounts across product, credit, and coin types with validity periods and amounts. Filter by month, type, or active status to track account benefits.
Instructions
Get discount list. Returns all discounts (product discounts, credits, coins) assigned to the account with their validity periods and amounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number | |
| endMonth | No | End month in yyyyMM format | |
| pageSize | No | Page size (max 1000, default 1000) | |
| isPartner | No | Query as Partner representative | |
| startMonth | No | Start month in yyyyMM format (max 3 months range) | |
| memberNoList | No | Member number list (master/partner only) | |
| isOrganization | No | Query as Organization master (integrated view) | |
| isValidDiscount | No | Filter only valid (active) discounts | |
| discountTypeCode | No | Discount type: PRODUCT (service discount), CREDIT, COIN |