POST api/CompanyStageWork/AddLeaderNote
领导批注
Request Information
URI Parameters
None.
Body Parameters
传参Id、领导批注
DAL.t_company_stage_work| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CreateTime | date |
None. |
|
| CreateId | integer |
None. |
|
| WorkContent | string |
None. |
|
| UpdateTime | date |
None. |
|
| EndWorkTime | date |
None. |
|
| StartWorkTime | date |
None. |
|
| WorkResult | string |
None. |
|
| UserName | string |
None. |
|
| DepartmentId | integer |
None. |
|
| PostId | integer |
None. |
|
| LeaderArrange | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"CompanyId": 2,
"CreateTime": "2026-06-09T21:14:41.1025816+08:00",
"CreateId": 4,
"WorkContent": "sample string 5",
"UpdateTime": "2026-06-09T21:14:41.1025816+08:00",
"EndWorkTime": "2026-06-09T21:14:41.1025816+08:00",
"StartWorkTime": "2026-06-09T21:14:41.1025816+08:00",
"WorkResult": "sample string 6",
"UserName": "sample string 7",
"DepartmentId": 1,
"PostId": 1,
"LeaderArrange": "sample string 8"
}
application/xml, text/xml
Sample:
<t_company_stage_work xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <CompanyId>2</CompanyId> <CreateId>4</CreateId> <CreateTime>2026-06-09T21:14:41.1025816+08:00</CreateTime> <DepartmentId>1</DepartmentId> <EndWorkTime>2026-06-09T21:14:41.1025816+08:00</EndWorkTime> <Id>1</Id> <LeaderArrange>sample string 8</LeaderArrange> <PostId>1</PostId> <StartWorkTime>2026-06-09T21:14:41.1025816+08:00</StartWorkTime> <UpdateTime>2026-06-09T21:14:41.1025816+08:00</UpdateTime> <UserName>sample string 7</UserName> <WorkContent>sample string 5</WorkContent> <WorkResult>sample string 6</WorkResult> </t_company_stage_work>
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.