POST api/DestekTalepFormu/YorumGonder/{UserID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
Body Parameters
YorumGonderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TalepNo | integer |
None. |
|
| Mesaj | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TalepNo": 1,
"Mesaj": "sample string 2"
}
text/html
Sample:
{"TalepNo":1,"Mesaj":"sample string 2"}
application/xml, text/xml
Sample:
<YorumGonderModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PaydaslarPortaliAPI.ViewModel.DestekTalebiBilgileri"> <Mesaj>sample string 2</Mesaj> <TalepNo>1</TalepNo> </YorumGonderModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.