POST api/CikisIsEmri/TeshirTutanak/{id}
Çıkış iş emrine teşhir tutanağı ekler.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Çıkış İş Emri ID |
integer |
Required |
Body Parameters
TeshirTutanakIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| UrunIds |
Ürünler ( CikisIsEmriFirmaSiparisUrunIds ) |
Collection of integer |
None. |
| Aciklama |
Açıklama |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"urun_ids": [
1,
2
],
"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.