GET api/CdcApi/PartnerContractQualificationsCategory?partnerId={partnerId}&isCustomer={isCustomer}&includeInactives={includeInactives}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
partnerId

string

Required

isCustomer

boolean

Required

includeInactives

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Collection of PartnerContractQualificationsCategoryResult
NameDescriptionTypeAdditional information
ContractId

integer

None.

QualificationCategory

string

None.

ContractDto

ContractDTO

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "contractId": 1,
    "qualificationCategory": "sample string 2",
    "contractDto": {
      "contract": {
        "contractId": 1,
        "referenceNo": "sample string 2",
        "civilRegistrationNo": "sample string 3",
        "createDate": "2025-12-08T04:05:16.1583479Z",
        "entryDate": "2025-12-08T04:05:16.1583479Z",
        "noticePeriod": "sample string 4",
        "isObligation": true,
        "isFixedTerm": true,
        "expiration": "2025-12-08T04:05:16.1583479Z",
        "marketType": 1,
        "isGDPRContractExists": true,
        "partnerRoleType": 1,
        "partnerId": 1,
        "payDateCalcRuleType": 1,
        "payDate": "sample string 5",
        "performanceGuarantee": "sample string 6",
        "performanceGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "comments": "sample string 7",
        "subject": "sample string 8",
        "priceCheckDate": "2025-12-08T04:05:16.1583479Z",
        "invoiceReferenceNo": "sample string 9",
        "serviceQualityRrequirements": "sample string 10",
        "certificateExists": true,
        "baseContractExists": true,
        "attachmentsExists": true,
        "amendmentsExists": true,
        "gdprExists": true,
        "accompanyingSheetExists": true,
        "contactSheetExists": true,
        "majorInsturctionExists": true,
        "priceCheckInterval": "sample string 11",
        "isScrapped": true,
        "scrappedDate": "2025-12-08T04:05:16.1583479Z",
        "inspectionRequirementExists": true,
        "fulfillmentGuarantee": true,
        "fulfillmentGuaranteeAmount": 1.0,
        "fulfillmentGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "fulfillmentGuaranteeMethod": 1,
        "warrantyEnd": "2025-12-08T04:05:16.1583479Z",
        "advance": true,
        "advanceAmount": 1.0,
        "advanceSettlementMethod": 1.0,
        "budgetAmount": 1.0,
        "investorName": "sample string 12",
        "investorTaskId": "sample string 13",
        "completionGuaranteeMethod": 1,
        "technicalAcceptanceDate": "2025-12-08T04:05:16.1583479Z",
        "retentionAmount": 1.0,
        "retentionPercentage": 1.0,
        "bankGuaranteeAmount": 1.0,
        "bankGuaranteePercentage": 1.0,
        "warrantyLength": "sample string 14",
        "maintenanceServiceFeeFrequency": "sample string 15",
        "wasteManagementMethod": 1,
        "guaranteedTroubleshootingHours": 1,
        "emergencyErrorCategory": 1,
        "emergencyTrubleshootingHours": 1,
        "discountPercent": 1.0,
        "creditLimitAmount": 1.0,
        "deliveryDeadlineDays": 1,
        "hasTechnicalSupport": true,
        "technicalSupportMethod": 1,
        "technicalSupportContact": "sample string 16",
        "hasEducation": true,
        "hasStock": true,
        "hasOwnRepairService": true,
        "hasExternalRepairService": true,
        "hasReplacementDevice": true,
        "hasDelivery": true,
        "totalDeliveryDeadlineDays": 1,
        "foreignExchangePriceFixingPercent": 1.0,
        "lateFulfillmentPenaltyDailyFee": 1.0,
        "lateFulfillmentPenaltyMaximumAmount": 1.0,
        "lateFulfillmentPenaltyPercent": 1.0,
        "lateFulfillmentPenaltyMaximumPercent": 1.0,
        "faultyFulfillmentPenaltAmount": 1.0,
        "faultyFulfillmentPenaltyPercent": 1.0,
        "faultyFulfillmentPenaltyMaximumPercent": 1.0,
        "notFulfilledPenaltyAmount": 1.0,
        "notFulfilledPenaltyPercent": 1.0,
        "hasLateFulfillmentPenalty": true,
        "hasFaultyFulfillmentPenalty": true,
        "hasNotFulfilledPenalty": true,
        "technicalDescriptionExists": true,
        "maintenanceInstructionsExists": true,
        "vendorListExists": true,
        "orderSheetExampleExists": true,
        "confirmationOfCompletionExampleExists": true,
        "dataChangeFormExampleExists": true,
        "designDocumentationExists": true,
        "trubleshootingServiceFeeFrequency": "sample string 17",
        "fulfillmentDeadline": "2025-12-08T04:05:16.1583479Z",
        "warrantGuarantee": true,
        "warrantGuaranteeAmount": 1.0,
        "warrantGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "warrantGuaranteeMethod": 1,
        "lateFulfillmentPenaltyWeeklyPercent": 1.0,
        "faultyFulfillmentPenaltyWeeklyPercent": 1.0,
        "invoiceType": 1,
        "tigType": 1
      },
      "szerzodes": {
        "szerZ_AZON": 1,
        "szerZ_NEV": "sample string 2",
        "szerZ_KEZDET": "2025-12-08T04:05:16.1583479Z",
        "szerZ_VEG": "2025-12-08T04:05:16.1583479Z",
        "szerZ_PAZON": "sample string 3",
        "szerZ_STATUSZ": 1,
        "szerZ_TILTVA": 1,
        "szerZ_TIPUS": 1,
        "szerZ_MEGJEGYZES": "sample string 4",
        "szerZ_JOTELJESITES": 1,
        "szerZ_TRANSACTIONID": 1,
        "szerZ_SOURCE_SZERZ_AZON": 1,
        "szerZ_ALTIPUS": 1
      },
      "arazasOk": true,
      "objectOk": true,
      "contactOk": true
    }
  },
  {
    "contractId": 1,
    "qualificationCategory": "sample string 2",
    "contractDto": {
      "contract": {
        "contractId": 1,
        "referenceNo": "sample string 2",
        "civilRegistrationNo": "sample string 3",
        "createDate": "2025-12-08T04:05:16.1583479Z",
        "entryDate": "2025-12-08T04:05:16.1583479Z",
        "noticePeriod": "sample string 4",
        "isObligation": true,
        "isFixedTerm": true,
        "expiration": "2025-12-08T04:05:16.1583479Z",
        "marketType": 1,
        "isGDPRContractExists": true,
        "partnerRoleType": 1,
        "partnerId": 1,
        "payDateCalcRuleType": 1,
        "payDate": "sample string 5",
        "performanceGuarantee": "sample string 6",
        "performanceGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "comments": "sample string 7",
        "subject": "sample string 8",
        "priceCheckDate": "2025-12-08T04:05:16.1583479Z",
        "invoiceReferenceNo": "sample string 9",
        "serviceQualityRrequirements": "sample string 10",
        "certificateExists": true,
        "baseContractExists": true,
        "attachmentsExists": true,
        "amendmentsExists": true,
        "gdprExists": true,
        "accompanyingSheetExists": true,
        "contactSheetExists": true,
        "majorInsturctionExists": true,
        "priceCheckInterval": "sample string 11",
        "isScrapped": true,
        "scrappedDate": "2025-12-08T04:05:16.1583479Z",
        "inspectionRequirementExists": true,
        "fulfillmentGuarantee": true,
        "fulfillmentGuaranteeAmount": 1.0,
        "fulfillmentGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "fulfillmentGuaranteeMethod": 1,
        "warrantyEnd": "2025-12-08T04:05:16.1583479Z",
        "advance": true,
        "advanceAmount": 1.0,
        "advanceSettlementMethod": 1.0,
        "budgetAmount": 1.0,
        "investorName": "sample string 12",
        "investorTaskId": "sample string 13",
        "completionGuaranteeMethod": 1,
        "technicalAcceptanceDate": "2025-12-08T04:05:16.1583479Z",
        "retentionAmount": 1.0,
        "retentionPercentage": 1.0,
        "bankGuaranteeAmount": 1.0,
        "bankGuaranteePercentage": 1.0,
        "warrantyLength": "sample string 14",
        "maintenanceServiceFeeFrequency": "sample string 15",
        "wasteManagementMethod": 1,
        "guaranteedTroubleshootingHours": 1,
        "emergencyErrorCategory": 1,
        "emergencyTrubleshootingHours": 1,
        "discountPercent": 1.0,
        "creditLimitAmount": 1.0,
        "deliveryDeadlineDays": 1,
        "hasTechnicalSupport": true,
        "technicalSupportMethod": 1,
        "technicalSupportContact": "sample string 16",
        "hasEducation": true,
        "hasStock": true,
        "hasOwnRepairService": true,
        "hasExternalRepairService": true,
        "hasReplacementDevice": true,
        "hasDelivery": true,
        "totalDeliveryDeadlineDays": 1,
        "foreignExchangePriceFixingPercent": 1.0,
        "lateFulfillmentPenaltyDailyFee": 1.0,
        "lateFulfillmentPenaltyMaximumAmount": 1.0,
        "lateFulfillmentPenaltyPercent": 1.0,
        "lateFulfillmentPenaltyMaximumPercent": 1.0,
        "faultyFulfillmentPenaltAmount": 1.0,
        "faultyFulfillmentPenaltyPercent": 1.0,
        "faultyFulfillmentPenaltyMaximumPercent": 1.0,
        "notFulfilledPenaltyAmount": 1.0,
        "notFulfilledPenaltyPercent": 1.0,
        "hasLateFulfillmentPenalty": true,
        "hasFaultyFulfillmentPenalty": true,
        "hasNotFulfilledPenalty": true,
        "technicalDescriptionExists": true,
        "maintenanceInstructionsExists": true,
        "vendorListExists": true,
        "orderSheetExampleExists": true,
        "confirmationOfCompletionExampleExists": true,
        "dataChangeFormExampleExists": true,
        "designDocumentationExists": true,
        "trubleshootingServiceFeeFrequency": "sample string 17",
        "fulfillmentDeadline": "2025-12-08T04:05:16.1583479Z",
        "warrantGuarantee": true,
        "warrantGuaranteeAmount": 1.0,
        "warrantGuaranteeExpiration": "2025-12-08T04:05:16.1583479Z",
        "warrantGuaranteeMethod": 1,
        "lateFulfillmentPenaltyWeeklyPercent": 1.0,
        "faultyFulfillmentPenaltyWeeklyPercent": 1.0,
        "invoiceType": 1,
        "tigType": 1
      },
      "szerzodes": {
        "szerZ_AZON": 1,
        "szerZ_NEV": "sample string 2",
        "szerZ_KEZDET": "2025-12-08T04:05:16.1583479Z",
        "szerZ_VEG": "2025-12-08T04:05:16.1583479Z",
        "szerZ_PAZON": "sample string 3",
        "szerZ_STATUSZ": 1,
        "szerZ_TILTVA": 1,
        "szerZ_TIPUS": 1,
        "szerZ_MEGJEGYZES": "sample string 4",
        "szerZ_JOTELJESITES": 1,
        "szerZ_TRANSACTIONID": 1,
        "szerZ_SOURCE_SZERZ_AZON": 1,
        "szerZ_ALTIPUS": 1
      },
      "arazasOk": true,
      "objectOk": true,
      "contactOk": true
    }
  }
]