POST api/CikisIsEmri/FMH/{id}
Çıkış iş emrine yeni bir FMH ekler.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Çıkış İş Emri ID |
integer |
Required |
Body Parameters
FMHIstek| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.