POST api/CikisIsEmri/MusteriMemnuniyetCevap/{id}
Çıkış iş emrine müşteri memnuniyet cevapları ekler.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Çıkış İş Emri ID |
integer |
Required |
Body Parameters
MusteriMemnuniyetCevapIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| Cevaplar |
Cevaplar |
Collection of MusteriMemnuniyetCevap |
None. |
| GenelAciklama |
Genel Açıklama |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"cevaplar": [
{
"soru_id": 1,
"cevap": 2,
"aciklama": "sample string 3"
},
{
"soru_id": 1,
"cevap": 2,
"aciklama": "sample string 3"
}
],
"genel_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.