PUT api/Contract/PutOther

Request Information

URI Parameters

None.

Body Parameters

ContractOtherDTO
NameDescriptionTypeAdditional information
SZERZ_AZON

integer

None.

SZERZ_ALTIPUS

integer

None.

ServiceQualityRrequirements

string

None.

WasteManagementMethod

integer

None.

GuaranteedTroubleshootingHours

integer

None.

EmergencyErrorCategory

integer

None.

EmergencyTrubleshootingHours

integer

None.

DiscountPercent

decimal number

None.

CreditLimitAmount

decimal number

None.

DeliveryDeadlineDays

integer

None.

HasTechnicalSupport

boolean

None.

TechnicalSupportMethod

integer

None.

TechnicalSupportContact

string

None.

HasEducation

boolean

None.

HasStock

boolean

None.

HasOwnRepairService

boolean

None.

HasExternalRepairService

boolean

None.

HasReplacementDevice

boolean

None.

HasDelivery

boolean

None.

TotalDeliveryDeadlineDays

integer

None.

ForeignExchangePriceFixingPercent

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "szerZ_AZON": 1,
  "szerZ_ALTIPUS": 2,
  "serviceQualityRrequirements": "sample string 3",
  "wasteManagementMethod": 1,
  "guaranteedTroubleshootingHours": 1,
  "emergencyErrorCategory": 1,
  "emergencyTrubleshootingHours": 1,
  "discountPercent": 1.0,
  "creditLimitAmount": 1.0,
  "deliveryDeadlineDays": 1,
  "hasTechnicalSupport": true,
  "technicalSupportMethod": 1,
  "technicalSupportContact": "sample string 4",
  "hasEducation": true,
  "hasStock": true,
  "hasOwnRepairService": true,
  "hasExternalRepairService": true,
  "hasReplacementDevice": true,
  "hasDelivery": true,
  "totalDeliveryDeadlineDays": 1,
  "foreignExchangePriceFixingPercent": 1.0
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContractOtherDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.