POST api/DingDingProgram/LoadSubCode

获取点检项目子类

Request Information

URI Parameters

None.

Body Parameters

CheckItemListRequest
NameDescriptionTypeAdditional information
DataType

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

integer

None.

Code

大类code

string

None.

PlaceCode

地点编码

string

None.

userID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DataType": 1,
  "Code": "sample string 1",
  "PlaceCode": "sample string 2",
  "userID": "sample string 3"
}

application/xml, text/xml

Sample:
<CheckItemListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels">
  <userID>sample string 3</userID>
  <Code>sample string 1</Code>
  <DataType>1</DataType>
  <PlaceCode>sample string 2</PlaceCode>
</CheckItemListRequest>

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 'CheckItemListRequest'.

Response Information

Resource Description

Collection of LoadSubCodeResponse
NameDescriptionTypeAdditional information
code

string

None.

title

string

None.

check_pic

string

None.

check_video

string

None.

check_remark

string

None.

id

integer

None.

start

date

None.

end

date

None.

flag

是否超期 1:超期 2:未提交;3:未开始

integer

None.

time_start

string

None.

time_end

string

None.

item_standard

string

None.

is_pic

integer

None.

item_type

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

integer

None.

demo_img

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "code": "sample string 1",
    "title": "sample string 2",
    "check_pic": "sample string 3",
    "check_video": "sample string 4",
    "check_remark": "sample string 5",
    "id": 6,
    "start": "2024-11-25T17:42:14.4463278+08:00",
    "end": "2024-11-25T17:42:14.4463278+08:00",
    "flag": 9,
    "time_start": "sample string 10",
    "time_end": "sample string 11",
    "item_standard": "sample string 12",
    "is_pic": 1,
    "item_type": 1,
    "demo_img": "sample string 13"
  },
  {
    "code": "sample string 1",
    "title": "sample string 2",
    "check_pic": "sample string 3",
    "check_video": "sample string 4",
    "check_remark": "sample string 5",
    "id": 6,
    "start": "2024-11-25T17:42:14.4463278+08:00",
    "end": "2024-11-25T17:42:14.4463278+08:00",
    "flag": 9,
    "time_start": "sample string 10",
    "time_end": "sample string 11",
    "item_standard": "sample string 12",
    "is_pic": 1,
    "item_type": 1,
    "demo_img": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLoadSubCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DingDingModels">
  <LoadSubCodeResponse>
    <check_pic>sample string 3</check_pic>
    <check_remark>sample string 5</check_remark>
    <check_video>sample string 4</check_video>
    <code>sample string 1</code>
    <demo_img>sample string 13</demo_img>
    <end>2024-11-25T17:42:14.4463278+08:00</end>
    <flag>9</flag>
    <id>6</id>
    <is_pic>1</is_pic>
    <item_standard>sample string 12</item_standard>
    <item_type>1</item_type>
    <start>2024-11-25T17:42:14.4463278+08:00</start>
    <time_end>sample string 11</time_end>
    <time_start>sample string 10</time_start>
    <title>sample string 2</title>
  </LoadSubCodeResponse>
  <LoadSubCodeResponse>
    <check_pic>sample string 3</check_pic>
    <check_remark>sample string 5</check_remark>
    <check_video>sample string 4</check_video>
    <code>sample string 1</code>
    <demo_img>sample string 13</demo_img>
    <end>2024-11-25T17:42:14.4463278+08:00</end>
    <flag>9</flag>
    <id>6</id>
    <is_pic>1</is_pic>
    <item_standard>sample string 12</item_standard>
    <item_type>1</item_type>
    <start>2024-11-25T17:42:14.4463278+08:00</start>
    <time_end>sample string 11</time_end>
    <time_start>sample string 10</time_start>
    <title>sample string 2</title>
  </LoadSubCodeResponse>
</ArrayOfLoadSubCodeResponse>