İlan Güncelleme
İlan Oluşturma isteği ile oluşturduğunuz ilan bilgilerinizi güncellemek için bu servise istek atılır.
PUT /realty/{realtyId}
Authorization: Bearer <jwt-token>
Örnek Servis İsteği
{
"categoryId": 1000010101,
"subCategoryId": 10000101,
"attributes": {
"title": "TEST İLANI 2",
"housingComplexName": null,
"timeShareName": null,
"landMunicipality": null,
"landIsland": null,
"landParcel": null,
"description": "TEST İLANI 2",
"note": "TEST İLANI",
"price": 900000,
"fee": 350,
"rental": 4000,
"deposit": 0,
"priceCurrencyType": "TL",
"room": 3,
"livingRoom": 1,
"bathRoom": 2,
"sqm": 455,
"netSqm": 400,
"heatingId": 101303,
"age": 1,
"creditId": 101803,
"floorCount": 12,
"residenceId": 101004,
"floorId": 101221,
"fuelId": 101401,
"buildId": 101502,
"buildStateId": 101602,
"usageId": 101702,
"feeCurrencyType": "TL",
"registerId": 102001,
"barterId": 102102,
"rentalCurrencyType": "TL",
"timeShareTerm": null,
"depositCurrencyType": "TL",
"flatReceivedId": null,
"bedCount": null,
"starId": null,
"sqmIndoor": null,
"sqmNetIndoor": null,
"sqmOutdoor": null,
"sqmNetOutdoor": null,
"isHousingComplex": false,
"onlineVisitAvailable": true,
"furnished": false,
"authorizedRealtor": false,
"byTransfer": null,
"populated": null,
"realtyIdentificationNo": "11111",
"energyDocumentNo": "234799",
"sideIdList": [101901],
"selectedAttributeList": [
{ "groupId": 100101, "selectedIds": [2, 1] },
{ "groupId": 100102, "selectedIds": [9, 15] },
{ "groupId": 100103, "selectedIds": [26, 34] }
]
},
"location": {
"latitude": 40.877811757245176,
"longitude": 29.095159525131223,
"nearLocation": false
}
}