POST api/CikisIsEmri/OzelDurum/{id}
Çıkış iş emrine özel durum atar.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Çıkış İş Emri ID |
integer |
Required |
Body Parameters
OzelDurumIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| OzelDurum |
Özel Durum |
OzelDurum |
None. |
| OzelDurumNedenId |
Özel Durum Neden ID |
integer |
None. |
| Aciklama |
Açıklama |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ozel_durum": 0,
"ozel_durum_neden_id": 1,
"aciklama": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.