POST api/DingDingProgram/LoadSubCodeCheckByDtptId

根据部门id和点检项目编码查询点检列表详情

Request Information

URI Parameters

None.

Body Parameters

LoadSubCodeCheck
NameDescriptionTypeAdditional information
DataType

项目类型 0:部门 1:个人

integer

None.

Code

大类code

string

None.

check_time

string

None.

depId

integer

None.

empId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DataType": 1,
  "Code": "sample string 1",
  "check_time": "sample string 2",
  "depId": 1,
  "empId": 1
}

application/xml, text/xml

Sample:
<LoadSubCodeCheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels">
  <Code>sample string 1</Code>
  <DataType>1</DataType>
  <check_time>sample string 2</check_time>
  <depId>1</depId>
  <empId>1</empId>
</LoadSubCodeCheck>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoadSubCodeCheck'.

Response Information

Resource Description

Collection of LoadSubCodeCheckByDtptIdDto
NameDescriptionTypeAdditional information
id

integer

None.

pcode

string

None.

code

string

None.

ptitle

string

None.

title

string

None.

check_type

string

None.

start_time

date

None.

end_time

date

None.

is_check

integer

None.

check_remark

string

None.

check_pic

string

None.

check_video

string

None.

emp_id

integer

None.

emp_code

string

None.

item_type

integer

None.

real_emp_code

string

None.

check_date

string

None.

time_start

string

None.

time_end

string

None.

d_id

integer

None.

d_name

string

None.

emp_name

string

None.

to_emp_id

integer

None.

to_emp

string

None.

from_emp_id

integer

None.

from_emp

string

None.

item_standard

string

None.

is_pic

integer

None.

is_pass_check

integer

None.

pass_reason

string

None.

pass_man

string

None.

pass_date

date

None.

pass_check_pic

string

None.

pass_check_video

string

None.

check_time

date

None.

demo_img

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "pcode": "sample string 2",
    "code": "sample string 3",
    "ptitle": "sample string 4",
    "title": "sample string 5",
    "check_type": "sample string 6",
    "start_time": "2024-11-25T17:23:12.4180075+08:00",
    "end_time": "2024-11-25T17:23:12.4180075+08:00",
    "is_check": 9,
    "check_remark": "sample string 10",
    "check_pic": "sample string 11",
    "check_video": "sample string 12",
    "emp_id": 13,
    "emp_code": "sample string 14",
    "item_type": 15,
    "real_emp_code": "sample string 16",
    "check_date": "sample string 17",
    "time_start": "sample string 18",
    "time_end": "sample string 19",
    "d_id": 20,
    "d_name": "sample string 21",
    "emp_name": "sample string 22",
    "to_emp_id": 1,
    "to_emp": "sample string 23",
    "from_emp_id": 1,
    "from_emp": "sample string 24",
    "item_standard": "sample string 25",
    "is_pic": 1,
    "is_pass_check": 1,
    "pass_reason": "sample string 26",
    "pass_man": "sample string 27",
    "pass_date": "2024-11-25T17:23:12.4199606+08:00",
    "pass_check_pic": "sample string 28",
    "pass_check_video": "sample string 29",
    "check_time": "2024-11-25T17:23:12.4199606+08:00",
    "demo_img": "sample string 30"
  },
  {
    "id": 1,
    "pcode": "sample string 2",
    "code": "sample string 3",
    "ptitle": "sample string 4",
    "title": "sample string 5",
    "check_type": "sample string 6",
    "start_time": "2024-11-25T17:23:12.4180075+08:00",
    "end_time": "2024-11-25T17:23:12.4180075+08:00",
    "is_check": 9,
    "check_remark": "sample string 10",
    "check_pic": "sample string 11",
    "check_video": "sample string 12",
    "emp_id": 13,
    "emp_code": "sample string 14",
    "item_type": 15,
    "real_emp_code": "sample string 16",
    "check_date": "sample string 17",
    "time_start": "sample string 18",
    "time_end": "sample string 19",
    "d_id": 20,
    "d_name": "sample string 21",
    "emp_name": "sample string 22",
    "to_emp_id": 1,
    "to_emp": "sample string 23",
    "from_emp_id": 1,
    "from_emp": "sample string 24",
    "item_standard": "sample string 25",
    "is_pic": 1,
    "is_pass_check": 1,
    "pass_reason": "sample string 26",
    "pass_man": "sample string 27",
    "pass_date": "2024-11-25T17:23:12.4199606+08:00",
    "pass_check_pic": "sample string 28",
    "pass_check_video": "sample string 29",
    "check_time": "2024-11-25T17:23:12.4199606+08:00",
    "demo_img": "sample string 30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLoadSubCodeCheckByDtptIdDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Xinminghui.Entity">
  <LoadSubCodeCheckByDtptIdDto>
    <check_date>sample string 17</check_date>
    <check_pic>sample string 11</check_pic>
    <check_remark>sample string 10</check_remark>
    <check_time>2024-11-25T17:23:12.4199606+08:00</check_time>
    <check_type>sample string 6</check_type>
    <check_video>sample string 12</check_video>
    <code>sample string 3</code>
    <d_id>20</d_id>
    <d_name>sample string 21</d_name>
    <demo_img>sample string 30</demo_img>
    <emp_code>sample string 14</emp_code>
    <emp_id>13</emp_id>
    <emp_name>sample string 22</emp_name>
    <end_time>2024-11-25T17:23:12.4180075+08:00</end_time>
    <from_emp>sample string 24</from_emp>
    <from_emp_id>1</from_emp_id>
    <id>1</id>
    <is_check>9</is_check>
    <is_pass_check>1</is_pass_check>
    <is_pic>1</is_pic>
    <item_standard>sample string 25</item_standard>
    <item_type>15</item_type>
    <pass_check_pic>sample string 28</pass_check_pic>
    <pass_check_video>sample string 29</pass_check_video>
    <pass_date>2024-11-25T17:23:12.4199606+08:00</pass_date>
    <pass_man>sample string 27</pass_man>
    <pass_reason>sample string 26</pass_reason>
    <pcode>sample string 2</pcode>
    <ptitle>sample string 4</ptitle>
    <real_emp_code>sample string 16</real_emp_code>
    <start_time>2024-11-25T17:23:12.4180075+08:00</start_time>
    <time_end>sample string 19</time_end>
    <time_start>sample string 18</time_start>
    <title>sample string 5</title>
    <to_emp>sample string 23</to_emp>
    <to_emp_id>1</to_emp_id>
  </LoadSubCodeCheckByDtptIdDto>
  <LoadSubCodeCheckByDtptIdDto>
    <check_date>sample string 17</check_date>
    <check_pic>sample string 11</check_pic>
    <check_remark>sample string 10</check_remark>
    <check_time>2024-11-25T17:23:12.4199606+08:00</check_time>
    <check_type>sample string 6</check_type>
    <check_video>sample string 12</check_video>
    <code>sample string 3</code>
    <d_id>20</d_id>
    <d_name>sample string 21</d_name>
    <demo_img>sample string 30</demo_img>
    <emp_code>sample string 14</emp_code>
    <emp_id>13</emp_id>
    <emp_name>sample string 22</emp_name>
    <end_time>2024-11-25T17:23:12.4180075+08:00</end_time>
    <from_emp>sample string 24</from_emp>
    <from_emp_id>1</from_emp_id>
    <id>1</id>
    <is_check>9</is_check>
    <is_pass_check>1</is_pass_check>
    <is_pic>1</is_pic>
    <item_standard>sample string 25</item_standard>
    <item_type>15</item_type>
    <pass_check_pic>sample string 28</pass_check_pic>
    <pass_check_video>sample string 29</pass_check_video>
    <pass_date>2024-11-25T17:23:12.4199606+08:00</pass_date>
    <pass_man>sample string 27</pass_man>
    <pass_reason>sample string 26</pass_reason>
    <pcode>sample string 2</pcode>
    <ptitle>sample string 4</ptitle>
    <real_emp_code>sample string 16</real_emp_code>
    <start_time>2024-11-25T17:23:12.4180075+08:00</start_time>
    <time_end>sample string 19</time_end>
    <time_start>sample string 18</time_start>
    <title>sample string 5</title>
    <to_emp>sample string 23</to_emp>
    <to_emp_id>1</to_emp_id>
  </LoadSubCodeCheckByDtptIdDto>
</ArrayOfLoadSubCodeCheckByDtptIdDto>