POST api/SurucuMesaj
Request Information
URI Parameters
None.
Body Parameters
SurucuMesajDto| Name | Description | Type | Additional information |
|---|---|---|---|
| s_id | integer |
None. |
|
| p_id | integer |
None. |
|
| mesaj | string |
None. |
|
| gonderen | string |
None. |
|
| gonderen_mail | string |
None. |
|
| gonderen_tel | string |
None. |
|
| create_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"s_id": 1,
"p_id": 2,
"mesaj": "sample string 3",
"gonderen": "sample string 4",
"gonderen_mail": "sample string 5",
"gonderen_tel": "sample string 6",
"create_date": "sample string 7"
}
application/xml, text/xml
Sample:
<SurucuMesajController.SurucuMesajDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AkyilApi.Controllers"> <create_date>sample string 7</create_date> <gonderen>sample string 4</gonderen> <gonderen_mail>sample string 5</gonderen_mail> <gonderen_tel>sample string 6</gonderen_tel> <mesaj>sample string 3</mesaj> <p_id>2</p_id> <s_id>1</s_id> </SurucuMesajController.SurucuMesajDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />