ncloud_get_contract_summary_list
Retrieve a summary of contracts grouped by region and contract type with counts for a specified month. Filter by contract status, member numbers, and more.
Instructions
Get contract summary list. Returns a summary of contracts grouped by region and contract type with counts for the specified month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number | |
| pageSize | No | Page size (max 1000, default 1000) | |
| isPartner | No | Query as Partner representative | |
| regionCode | No | Region code (e.g. KR) | |
| memberNoList | No | Member number list (master/partner only) | |
| contractMonth | Yes | Contract month in yyyyMM format (e.g. 202404) | |
| isOrganization | No | Query as Organization master (integrated view) | |
| contractTypeCode | No | Contract type code (e.g. VSVR) | |
| contractStatusCode | No | Contract status: ALL (default), NOML (normal), NLEND (terminated) |