POST cibc/Region/CreateAndUpdateSave
新增,修改 保存 Name TypeLevel Code ParentId FullName 必填字段
Request Information
URI Parameters
None.
Body Parameters
DAL.ci_b_region| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| TypeLevel | integer |
None. |
|
| Code | string |
None. |
|
| ParentId | integer |
None. |
|
| FullName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"TypeLevel": 3,
"Code": "sample string 4",
"ParentId": 5,
"FullName": "sample string 6"
}
application/xml, text/xml
Sample:
<ci_b_region xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <Code>sample string 4</Code> <FullName>sample string 6</FullName> <Id>1</Id> <Name>sample string 2</Name> <ParentId>5</ParentId> <TypeLevel>3</TypeLevel> </ci_b_region>
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.