POST api/ContractObject

Request Information

URI Parameters

None.

Body Parameters

ContractObjectDTO
NameDescriptionTypeAdditional information
objektum

OBJEKTUM

None.

szerz_obj

SZERZ_OBJ

None.

ContactOk

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "objektum": {
    "obJ_AZON": 1,
    "obJ_NEV": "sample string 2",
    "obJ_ORSZAG": "sample string 3",
    "obJ_VAROS": "sample string 4",
    "obJ_IRSZ": "sample string 5",
    "obJ_EGYEB": "sample string 6",
    "obJ_TEL": "sample string 7",
    "obJ_FAX": "sample string 8",
    "obJ_TILTVA": 1,
    "obJ_OV_AZON": "sample string 9",
    "obJ_REGIO_AZON": "sample string 10",
    "obJ_REGI_MSZ": "sample string 11",
    "obJ_CDC_NEV": "sample string 12",
    "obJ_CDC_PHONE": "sample string 13",
    "obJ_CDC_CIMTARBOL_MEGADHATO": true,
    "obJ_CDC_IRSZ": "sample string 14",
    "obJ_CDC_VAROS": "sample string 15",
    "obJ_CDC_KOZTERULET": "sample string 16",
    "obJ_CDC_EGYEB": "sample string 17",
    "obJ_CDC_HRSZ": "sample string 18",
    "obJ_CDC_GPS_LAT": 1.1,
    "obJ_CDC_GPS_LON": 1.1,
    "obJ_CDC_MEGKOZELITHETOSEG": "sample string 19",
    "obJ_CDC_GPS_MEGADHATO": true,
    "obJ_CDC_MEGRENDELT_SZOLGALTATAS_TIPUSOK": "sample string 20",
    "obJ_CDC_EGYEB_ADATOK": "sample string 21"
  },
  "szerz_obj": {
    "szerZ_OBJ_AZON": 1,
    "szerZ_OBJ_SZERZ_AZON": 1,
    "szerZ_OBJ_OBJ_AZON": 1,
    "szerZ_OBJ_KEZDET": "2025-12-08T04:01:07.7855892Z",
    "szerZ_OBJ_VEG": "2025-12-08T04:01:07.7855892Z",
    "szerZ_OBJ_MSZ": "sample string 2",
    "szerZ_OBJ_TIPUS": 1,
    "szerZ_OBJ_MSZ_MEGNEVEZES": "sample string 3",
    "szerZ_OBJ_VEVO_SZERZ_OBJ_AZON": 1,
    "szerZ_OBJ_TILTVA": 1,
    "szerZ_OBJ_CDC_MEGRENDELT_SZOLGALTATAS_TIPUSOK": "sample string 4",
    "szerZ_OBJ_CDC_EGYEB_ADATOK": "sample string 5",
    "szerZ_OBJ_CDC_EZ_TECHNIKAI_OBJEKTUM": 1,
    "szerZ_OBJ_CDC_EZ_KESZENLETI_OBJEKTUM": 1,
    "szerZ_OBJ_CDC_EZ_EGYEB_OBJEKTUM": 1,
    "szerZ_OBJ_CDC_OBJEKTUM_BESOROLASI_KAT": 1,
    "szerZ_OBJ_TRANSACTIONID": 1,
    "szerZ_OBJ_SOURCE_SZERZ_OBJ_AZON": 1
  },
  "contactOk": true
}

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.