PUT api/Contract/UpdatePrice

UpdateService

Request Information

URI Parameters

None.

Body Parameters

SZERZ_ARAZAS
NameDescriptionTypeAdditional information
SZARZ_SZERZ_AZON

integer

None.

SZARZ_AZON

integer

None.

SZARZ_NEV

string

None.

SZARZ_SZERZ_OBJ_AZON

integer

None.

SZARZ_TEV_AZON

string

None.

SZARZ_DIJ_KAT_AZON

integer

None.

SZARZ_ME

string

None.

SZARZ_AR

decimal number

None.

SZARZ_ERV_KEZDET_EV

integer

None.

SZARZ_ERV_KEZDET_HONAP

integer

None.

SZARZ_ERV_VEG_EV

integer

None.

SZARZ_ERV_VEG_HONAP

integer

None.

SZARZ_ERV_KEZDET

date

None.

SZARZ_ERV_VEG

date

None.

SZARZ_CDC_NEV

string

None.

SZARZ_JOTELJESITES

integer

None.

SZARZ_AR_JOTELJESITES

decimal number

None.

SZARZ_NEV_JOTELJESITES

string

None.

SZARZ_TRANSACTIONID

integer

None.

SZARZ_SOURCE_SZARZ_AZON

integer

None.

SZARZ_AFA

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "szarZ_SZERZ_AZON": 1,
  "szarZ_AZON": 1,
  "szarZ_NEV": "sample string 2",
  "szarZ_SZERZ_OBJ_AZON": 1,
  "szarZ_TEV_AZON": "sample string 3",
  "szarZ_DIJ_KAT_AZON": 1,
  "szarZ_ME": "sample string 4",
  "szarZ_AR": 1.0,
  "szarZ_ERV_KEZDET_EV": 1,
  "szarZ_ERV_KEZDET_HONAP": 1,
  "szarZ_ERV_VEG_EV": 1,
  "szarZ_ERV_VEG_HONAP": 1,
  "szarZ_ERV_KEZDET": "2025-12-08T04:05:16.429565Z",
  "szarZ_ERV_VEG": "2025-12-08T04:05:16.429565Z",
  "szarZ_CDC_NEV": "sample string 5",
  "szarZ_JOTELJESITES": 1,
  "szarZ_AR_JOTELJESITES": 1.0,
  "szarZ_NEV_JOTELJESITES": "sample string 6",
  "szarZ_TRANSACTIONID": 1,
  "szarZ_SOURCE_SZARZ_AZON": 1,
  "szarZ_AFA": 1
}

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 'SZERZ_ARAZAS'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.