PUT v1/Admin/Category/Update
İstek Bilgisi
URL Parametreleri
None.
Body Parametreleri
CategoryDtoAdı | Açıklaması | Türü | Ek Bilgi |
---|---|---|---|
CategoryID | integer |
Yok. |
|
ParentCategoryID | integer |
Yok. |
|
Name | string |
Yok. |
|
Description | string |
Yok. |
|
Type | byte |
Yok. |
|
Icon | string |
Yok. |
|
IconBase64 | string |
Yok. |
|
Color | string |
Yok. |
|
CreationDate | date |
Yok. |
|
IsActive | boolean |
Yok. |
|
IsDeleted | boolean |
Yok. |
|
OrderNum | integer |
Yok. |
İstek Formatı
application/json, text/json
Örnek:
{ "categoryID": 1, "parentCategoryID": 2, "name": "sample string 3", "description": "sample string 4", "type": 64, "icon": "sample string 6", "iconBase64": "sample string 7", "color": "sample string 8", "creationDate": "2024-11-21T12:27:43.5914331+03:00", "isActive": true, "isDeleted": true, "orderNum": 12 }
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. |