GET api/Contract/ListContractQualification?contractId={contractId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ContractQualification
NameDescriptionTypeAdditional information
ContractQualificationId

integer

None.

ContractId

integer

None.

CreatedUserId

integer

None.

ValidFrom

date

None.

ValidTo

date

None.

MaterialReturnToCrt

boolean

None.

MaterialDeliveryFromCrt

boolean

None.

UseSubcontractors

boolean

None.

Availability

boolean

None.

ImplementationGuaranteeLengthMonth

integer

None.

EquipmentGuaranteeLengthMonth

integer

None.

HasTechnologicalInstructions

boolean

None.

RepairSLAHours

integer

None.

HasPreparednessStaff

boolean

None.

HasPriceControl

boolean

None.

MinimumDiscountPercentCrt

decimal number

None.

MaximumDiscountPercentProject

decimal number

None.

DeliveryDayFromOrder

integer

None.

HasDelivery

boolean

None.

HasReplacementDevice

boolean

None.

HasStock

boolean

None.

HasTechnicalSupport

boolean

None.

HasEducationService

boolean

None.

Category

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "contractQualificationId": 1,
    "contractId": 2,
    "createdUserId": 3,
    "validFrom": "2025-12-08T04:03:17.8711676Z",
    "validTo": "2025-12-08T04:03:17.8711676Z",
    "materialReturnToCrt": true,
    "materialDeliveryFromCrt": true,
    "useSubcontractors": true,
    "availability": true,
    "implementationGuaranteeLengthMonth": 1,
    "equipmentGuaranteeLengthMonth": 1,
    "hasTechnologicalInstructions": true,
    "repairSLAHours": 1,
    "hasPreparednessStaff": true,
    "hasPriceControl": true,
    "minimumDiscountPercentCrt": 1.0,
    "maximumDiscountPercentProject": 1.0,
    "deliveryDayFromOrder": 1,
    "hasDelivery": true,
    "hasReplacementDevice": true,
    "hasStock": true,
    "hasTechnicalSupport": true,
    "hasEducationService": true,
    "category": "sample string 5"
  },
  {
    "contractQualificationId": 1,
    "contractId": 2,
    "createdUserId": 3,
    "validFrom": "2025-12-08T04:03:17.8711676Z",
    "validTo": "2025-12-08T04:03:17.8711676Z",
    "materialReturnToCrt": true,
    "materialDeliveryFromCrt": true,
    "useSubcontractors": true,
    "availability": true,
    "implementationGuaranteeLengthMonth": 1,
    "equipmentGuaranteeLengthMonth": 1,
    "hasTechnologicalInstructions": true,
    "repairSLAHours": 1,
    "hasPreparednessStaff": true,
    "hasPriceControl": true,
    "minimumDiscountPercentCrt": 1.0,
    "maximumDiscountPercentProject": 1.0,
    "deliveryDayFromOrder": 1,
    "hasDelivery": true,
    "hasReplacementDevice": true,
    "hasStock": true,
    "hasTechnicalSupport": true,
    "hasEducationService": true,
    "category": "sample string 5"
  }
]