POST api/Contract/PostContractQualification
Request Information
URI Parameters
None.
Body Parameters
ContractQualification| Name | Description | Type | Additional 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. |
Request 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"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.