POST v1/Admin/Category/Create
İstek Bilgisi
URL Parametreleri
None.
Body Parametreleri
CategoryDto| Adı | 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": "2025-11-16T22:32:23.3873163+03:00",
"isActive": true,
"isDeleted": true,
"orderNum": 12
}
application/x-www-form-urlencoded
Örnek:
Örnek bulunmuyor.
Cevap Bilgisi
Kaynak Açıklaması
HttpResponseMessage| Adı | 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. |