POST v1/Admin/UpdateAddress/{facilityId}
İstek Bilgisi
URL Parametreleri
Adı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
facilityId | integer |
Required |
Body Parametreleri
AddressDtoAdı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
AddressID | integer |
Yok. |
|
Latitude | decimal number |
Yok. |
|
Longitude | decimal number |
Yok. |
|
Address | string |
Yok. |
|
NeighborhoodID | integer |
Yok. |
|
Neighborhood | string |
Yok. |
|
DistrictID | integer |
Yok. |
|
District | string |
Yok. |
|
ProvinceID | integer |
Yok. |
|
Province | string |
Yok. |
|
CountryID | integer |
Yok. |
|
Country | string |
Yok. |
İstek Formatı
application/json, text/json
Örnek:
{ "addressID": 1, "latitude": 1.0, "longitude": 1.0, "address": "sample string 2", "neighborhoodID": 3, "neighborhood": "sample string 4", "districtID": 5, "district": "sample string 6", "provinceID": 7, "province": "sample string 8", "countryID": 9, "country": "sample string 10" }
application/x-www-form-urlencoded
Örnek:
Örnek bulunmuyor.
Cevap Bilgisi
Kaynak Açıklaması
HttpResponseMessageAdı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
Version | Version |
Yok. |
|
Content | HttpContent |
Yok. |
|
StatusCode | HttpStatusCode |
Yok. |
|
ReasonPhrase | string |
Yok. |
|
Headers | Collection of Object |
Yok. |
|
RequestMessage | HttpRequestMessage |
Yok. |
|
IsSuccessStatusCode | boolean |
Yok. |