POST api/admin/odeme-yontemleri
Request Information
URI Parameters
None.
Body Parameters
OdemeYontemiCreateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Ad | string |
None. |
|
| Aciklama | string |
None. |
|
| Aktif | boolean |
None. |
|
| SiraNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ad": "sample string 1",
"aciklama": "sample string 2",
"aktif": true,
"siraNo": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.