POST api/T_TedarikMesaj
Request Information
URI Parameters
None.
Body Parameters
TedarikMesajDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ft_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:
{
"ft_id": 1,
"mesaj": "sample string 2",
"gonderen": "sample string 3",
"gonderen_mail": "sample string 4",
"gonderen_tel": "sample string 5",
"create_date": "sample string 6"
}
application/xml, text/xml
Sample:
<T_TedarikMesajController.TedarikMesajDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CanTurApi.Controllers"> <create_date>sample string 6</create_date> <ft_id>1</ft_id> <gonderen>sample string 3</gonderen> <gonderen_mail>sample string 4</gonderen_mail> <gonderen_tel>sample string 5</gonderen_tel> <mesaj>sample string 2</mesaj> </T_TedarikMesajController.TedarikMesajDto>
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/" />