POST api/Brand/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Default value is 0 |
Body Parameters
Collection of data_Brand_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | integer |
None. |
|
| ParentId | integer |
None. |
|
| CategoryName | string |
None. |
|
| ImageUrl | string |
None. |
|
| Sort | integer |
None. |
|
| Status | integer |
None. |
|
| UpdateTime | date |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CategoryId": 1,
"ParentId": 2,
"CategoryName": "sample string 3",
"ImageUrl": "sample string 4",
"Sort": 5,
"Status": 6,
"UpdateTime": "2025-12-29 21:41:44",
"CreateTime": "2025-12-29 21:41:44"
},
{
"CategoryId": 1,
"ParentId": 2,
"CategoryName": "sample string 3",
"ImageUrl": "sample string 4",
"Sort": 5,
"Status": 6,
"UpdateTime": "2025-12-29 21:41:44",
"CreateTime": "2025-12-29 21:41:44"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"