POST cibc/BIndustryCategory/CreateAndUpdateSave
新增,修改 保存 Name Grade=1 Code ParentId 必填字段
Request Information
URI Parameters
None.
Body Parameters
DAL.ci_b_industrycategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Code | string |
None. |
|
| Grade | integer |
None. |
|
| ParentId | integer |
None. |
|
| FullPath | string |
None. |
|
| RefreshTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"Code": "sample string 3",
"Grade": 4,
"ParentId": 5,
"FullPath": "sample string 6",
"RefreshTime": "2026-04-14T13:03:13.9097839+08:00"
}
application/xml, text/xml
Sample:
<ci_b_industrycategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <Code>sample string 3</Code> <FullPath>sample string 6</FullPath> <Grade>4</Grade> <Id>1</Id> <Name>sample string 2</Name> <ParentId>5</ParentId> <RefreshTime>2026-04-14T13:03:13.9097839+08:00</RefreshTime> </ci_b_industrycategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.Results.JsonResultOfDAL.HandleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DAL.HandleResult |
None. |
|
| SerializerSettings | Newtonsoft.Json.JsonSerializerSettings |
None. |
|
| Encoding | System.Text.Encoding |
None. |
|
| Request | System.Net.Http.HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.