GET api/Contract/ListContractContact?id={id}

List 1 Contract contacts DTO

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ContractContactDTO
NameDescriptionTypeAdditional information
contact

Contact

None.

contractDTO

ContractDTO

None.

contractContact

ContractContact

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "contact": {
      "contactId": 1,
      "contactType": 2,
      "fullName": "sample string 3",
      "mobile": "sample string 4",
      "phone": "sample string 5",
      "email": "sample string 6",
      "linkedCustomer": "sample string 7",
      "linkedVendor": "sample string 8",
      "positionType": 1
    },
    "contractDTO": {
      "contract": {
        "contractId": 1,
        "referenceNo": "sample string 2",
        "civilRegistrationNo": "sample string 3",
        "createDate": "2025-12-08T04:04:04.9229474Z",
        "entryDate": "2025-12-08T04:04:04.9229474Z",
        "noticePeriod": "sample string 4",
        "isObligation": true,
        "isFixedTerm": true,
        "expiration": "2025-12-08T04:04:04.9229474Z",
        "marketType": 1,
        "isGDPRContractExists": true,
        "partnerRoleType": 1,
        "partnerId": 1,
        "payDateCalcRuleType": 1,
        "payDate": "sample string 5",
        "performanceGuarantee": "sample string 6",
        "performanceGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "comments": "sample string 7",
        "subject": "sample string 8",
        "priceCheckDate": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "inspectionRequirementExists": true,
        "fulfillmentGuarantee": true,
        "fulfillmentGuaranteeAmount": 1.0,
        "fulfillmentGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "fulfillmentGuaranteeMethod": 1,
        "warrantyEnd": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "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:04:04.9229474Z",
        "warrantGuarantee": true,
        "warrantGuaranteeAmount": 1.0,
        "warrantGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "szerZ_VEG": "2025-12-08T04:04:04.9229474Z",
        "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
    },
    "contractContact": {
      "contractContactId": 1,
      "contractId": 2,
      "contactId": 3,
      "contractRelationShipType": 4
    }
  },
  {
    "contact": {
      "contactId": 1,
      "contactType": 2,
      "fullName": "sample string 3",
      "mobile": "sample string 4",
      "phone": "sample string 5",
      "email": "sample string 6",
      "linkedCustomer": "sample string 7",
      "linkedVendor": "sample string 8",
      "positionType": 1
    },
    "contractDTO": {
      "contract": {
        "contractId": 1,
        "referenceNo": "sample string 2",
        "civilRegistrationNo": "sample string 3",
        "createDate": "2025-12-08T04:04:04.9229474Z",
        "entryDate": "2025-12-08T04:04:04.9229474Z",
        "noticePeriod": "sample string 4",
        "isObligation": true,
        "isFixedTerm": true,
        "expiration": "2025-12-08T04:04:04.9229474Z",
        "marketType": 1,
        "isGDPRContractExists": true,
        "partnerRoleType": 1,
        "partnerId": 1,
        "payDateCalcRuleType": 1,
        "payDate": "sample string 5",
        "performanceGuarantee": "sample string 6",
        "performanceGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "comments": "sample string 7",
        "subject": "sample string 8",
        "priceCheckDate": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "inspectionRequirementExists": true,
        "fulfillmentGuarantee": true,
        "fulfillmentGuaranteeAmount": 1.0,
        "fulfillmentGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "fulfillmentGuaranteeMethod": 1,
        "warrantyEnd": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "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:04:04.9229474Z",
        "warrantGuarantee": true,
        "warrantGuaranteeAmount": 1.0,
        "warrantGuaranteeExpiration": "2025-12-08T04:04:04.9229474Z",
        "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:04:04.9229474Z",
        "szerZ_VEG": "2025-12-08T04:04:04.9229474Z",
        "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
    },
    "contractContact": {
      "contractContactId": 1,
      "contractId": 2,
      "contactId": 3,
      "contractRelationShipType": 4
    }
  }
]