POST api/CikisIsEmri/FMH/{id}

Çıkış iş emrine yeni bir FMH ekler.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Çıkış İş Emri ID

integer

Required

Body Parameters

FMHIstek
NameDescriptionTypeAdditional information
UrunId

Ürün ID

integer

None.

Miktar

Miktar

integer

None.

HataKaynagiId

Hata Kaynağı ID

integer

None.

HataKoduId

Hata Kodu ID

integer

None.

Aciklama

Açıklama

string

None.

IadeDurum

İade Durumu

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "urun_id": 1,
  "miktar": 2,
  "hata_kaynagi_id": 3,
  "hata_kodu_id": 4,
  "aciklama": "sample string 5",
  "iade_durum": 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 'FMHIstek'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.