PUT api/FulfillmentPerformance/UpdateFFPContract

Update UpdateFFPContract (CDC)

Request Information

URI Parameters

None.

Body Parameters

SZERZODES
NameDescriptionTypeAdditional information
SZERZ_AZON

integer

None.

SZERZ_NEV

string

None.

SZERZ_KEZDET

date

None.

SZERZ_VEG

date

None.

SZERZ_PAZON

string

None.

SZERZ_STATUSZ

integer

None.

SZERZ_TILTVA

integer

None.

SZERZ_TIPUS

integer

None.

SZERZ_MEGJEGYZES

string

None.

SZERZ_JOTELJESITES

integer

None.

SZERZ_TRANSACTIONID

integer

None.

SZERZ_SOURCE_SZERZ_AZON

integer

None.

SZERZ_ALTIPUS

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "szerZ_AZON": 1,
  "szerZ_NEV": "sample string 2",
  "szerZ_KEZDET": "2025-12-08T04:04:05.3775327Z",
  "szerZ_VEG": "2025-12-08T04:04:05.3775327Z",
  "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
}

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

Response Information

Resource Description

None.