POST KartTaksitSayisiResimKaydet
Request Information
URI Parameters
None.
Body Parameters
SliderBilgileri| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sirano | integer |
None. |
|
| tipno | integer |
None. |
|
| linkaktif | integer |
None. |
|
| aktif | integer |
None. |
|
| adi | string |
None. |
|
| link | string |
None. |
|
| guidid | string |
None. |
|
| resimdosyayolu | string |
None. |
|
| dosyaAdi | string |
None. |
|
| resimIcerik | Collection of byte |
None. |
|
| resimBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"sirano": 2,
"tipno": 3,
"linkaktif": 4,
"aktif": 5,
"adi": "sample string 6",
"link": "sample string 7",
"guidid": "sample string 8",
"resimdosyayolu": "sample string 9",
"dosyaAdi": "sample string 10",
"resimIcerik": "QEA=",
"resimBase64": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Sonuc| Name | Description | Type | Additional information |
|---|---|---|---|
| sonuc | boolean |
None. |
|
| data | Object |
None. |
|
| ekData | Object |
None. |
|
| mesaj | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sonuc": true,
"data": {},
"ekData": {},
"mesaj": "sample string 4"
}