--- title: "getContractDemandCostList " slug: "platform-costandusage-getcontractdemandcostlist" tags: ["Cost And Usage", "Contract"] updated: 2026-07-23T09:04:18Z published: 2026-07-23T09:04:18Z canonical: "api.ncloud-docs.com/platform-costandusage-getcontractdemandcostlist" --- > ## Documentation Index > Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt > Use this file to discover all available pages before exploring further. # getContractDemandCostList Classic/VPC 환경에서 이용 가능합니다. 설정 기간에 따라 월 계약 청구 비용 목록을 조회합니다. ## 요청 요청 형식을 설명합니다. 요청 형식은 다음과 같습니다. | 메서드 | URI | | --- | --- | | GET, POST | /cost/getContractDemandCostList | ### 요청 헤더 Cost and Usage API에서 공통으로 사용하는 헤더에 대한 자세한 내용은 [Cost and Usage 공통 헤더](/docs/platform-costandusage#%EC%9A%94%EC%B2%AD%ED%97%A4%EB%8D%94)를 참조해 주십시오. ### 요청 쿼리 파라미터 파라미터에 대한 설명은 다음과 같습니다. | 필드 | 타입 | 필수 여부 | 설명 | | --- | --- | --- | --- | | `pageNo` | Integer | Optional | 페이지 번호 | | `pageSize` | Integer | Optional | 페이지 크기 - 1,000 이하(기본값: 1,000) | | `isOrganization` | Boolean | Optional | Organization 서비스 계정 통합 조회 여부 - 마스터만 사용 가능 - `isOrganization`, `isPartner` 모두 `true`이면 에러 응답 | | `isPartner` | Boolean | Optional | 파트너 계정 조회 여부 - 파트너 대표만 사용 가능 - `isOrganization`, `isPartner` 모두 `true`이면 에러 응답 | | `memberNoList` | List | Optional | 회원 번호 목록 - 마스터 또는 파트너 대표만 사용 가능 | | `contractNo` | String | Optional | 계약 번호 | | `startMonth` | String | Required | 조회 시작 월(yyyyMM) - 최대 3개월 조회 가능 - <예시> 202401 | | `endMonth` | String | Required | 조회 마지막 월(yyyyMM) - 최대 3개월 조회 가능 - <예시> 202403 | | `demandTypeCode` | String | Optional | 청구 유형 코드 | | `demandTypeDetailCode` | String | Optional | 청구 유형 상세 코드 | | `regionCode` | String | Optional | 리전 코드 - [getRegionList](/docs/platform-region-getregionlist) 액션을 통해 확인 | | `responseFormatType` | String | Optional | 응답 결과의 형식 - `xml` (기본값) \| `json` | ### 요청 예시 요청 예시는 다음과 같습니다. ``` curl --location --request GET 'https://billingapi.apigw.ntruss.com/billing/v1/cost/getContractDemandCostList?startMonth=202403&endMonth=202403&responseFormatType=json' \ --header 'x-ncp-apigw-timestamp: {Timestamp}' \ --header 'x-ncp-iam-access-key: {Sub Account Access Key}' \ --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' ``` ## 응답 응답 형식을 설명합니다. ### 응답 바디 응답 바디는 [ContractDemandCostList](/docs/common-vapidatatype-contractdemandcostlist#%ED%95%84%EB%93%9C)를 참조해 주십시오. ### 응답 상태 코드 네이버 클라우드 플랫폼에서 공통으로 사용하는 응답 상태 코드에 대한 자세한 내용은 [Ncloud API 응답 상태 코드](/docs/common-ncpapi#3%EC%9D%91%EB%8B%B5%EC%83%81%ED%83%9C%EC%BD%94%EB%93%9C)를 참조해 주십시오. ### 응답 예시 응답 예시는 다음과 같습니다. ``` { "getContractDemandCostListResponse": { "totalRows": 5, "contractDemandCostList": [ { "memberNo": "2760000", "regionCode": "KR", "demandType": { "code": "SW", "codeName": "Software License" }, "demandTypeDetail": { "code": "SWST", "codeName": "Software OS License Stop Usage " }, "contract": { "memberNo": "2760000", "contractNo": "15430000", "conjunctionContractNo": "15430000", "contractType": { "code": "SW", "codeName": "Software" }, "contractStatus": { "code": "NLEND", "codeName": "Normal termination" }, "contractStartDate": "2024-01-09T11:40:50+0900", "contractEndDate": "2024-01-24T11:35:45+0900", "instanceName": "mysql(5.6)-ubuntu-14.04-64-server", "regionCode": "KR", "platformType": {}, "contractProductList": [ { "contractProductSequence": "1", "beforeContractProductSequence": "", "productCode": "SPSW0LINUX000051", "priceNo": "310", "promiseNo": "", "instanceNo": "22010000", "productItemKind": { "code": "SW", "codeName": "Software" }, "productRatingType": { "code": "SW", "codeName": "Software OS License" }, "serviceStatus": { "code": "END", "codeName": "Termination" }, "serviceStartDate": "2024-01-09T11:40:50+0900", "serviceEndDate": "2024-01-24T11:35:45+0900", "productSize": 0, "productCount": 0, "usageList": [] } ] }, "demandMonth": "202401", "unitUsageQuantity": 0, "packageUnitUsageQuantity": 0, "totalUnitUsageQuantity": 0, "usageUnit": { "code": "USAGE_DAY", "codeName": "Usage time (per day)" }, "productPrice": 0, "useAmount": 0, "promotionDiscountAmount": 0, "etcDiscountAmount": 0, "promiseDiscountAmount": 0, "demandAmount": 0, "writeDate": "2024-02-01T04:49:20+0900", "memberPriceDiscountAmount": 0, "memberPromiseDiscountAddAmount": 0, "payCurrency": { "code": "KRW", "codeName": "South Korea Won" }, "sectionPriceList": [], "thisMonthAppliedExchangeRate": 1 }, // (생략) ], "requestId": "0000002a-2448-4e2c-8b14-eeacc1000000", "returnCode": "0", "returnMessage": "success" } } ```