POST api/DepartmentTargetRevenue/CreateAndUpdateSave
新增,修改 保存
Request Information
URI Parameters
None.
Body Parameters
DAL.t_department_target_revenue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CreateId | integer |
None. |
|
| CreateTime | date |
None. |
|
| UsedMoney | decimal number |
None. |
|
| Remark | string |
None. |
|
| TargetId | integer |
None. |
|
| ActualMoney | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CreateId": 1,
"CreateTime": "2026-06-09T21:16:03.0070784+08:00",
"UsedMoney": 1.0,
"Remark": "sample string 3",
"TargetId": 1,
"ActualMoney": 1.0
}
application/xml, text/xml
Sample:
<t_department_target_revenue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <ActualMoney>1</ActualMoney> <CreateId>1</CreateId> <CreateTime>2026-06-09T21:16:03.0070784+08:00</CreateTime> <Id>1</Id> <Remark>sample string 3</Remark> <TargetId>1</TargetId> <UsedMoney>1</UsedMoney> </t_department_target_revenue>
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.