POST OpenAPI/WxApplet/GetWxExamRegListByItemID
Request Information
URI Parameters
None.
Body Parameters
GetWxExamRegListByItemIDRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | integer |
None. |
|
| LastID | integer |
None. |
|
| CheckinTimeBegin | string |
None. |
|
| CheckinTimeEnd | string |
None. |
|
| ExecUserID | integer |
None. |
|
| ItemIDList | Collection of integer |
None. |
|
| ExamRegExecStatus | ExamRegExecStatus |
None. |
|
| TaskID | integer |
None. |
|
| LikeNameOrIDNoOrNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Page": 1,
"LastID": 2,
"CheckinTimeBegin": "sample string 3",
"CheckinTimeEnd": "sample string 4",
"ExecUserID": 5,
"ItemIDList": [
1,
2
],
"ExamRegExecStatus": 0,
"TaskID": 6,
"LikeNameOrIDNoOrNo": "sample string 7"
}
application/xml, text/xml
Sample:
<GetWxExamRegListByItemIDRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO.APIModel">
<CheckinTimeBegin>sample string 3</CheckinTimeBegin>
<CheckinTimeEnd>sample string 4</CheckinTimeEnd>
<ExamRegExecStatus>All</ExamRegExecStatus>
<ExecUserID>5</ExecUserID>
<ItemIDList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>1</d2p1:long>
<d2p1:long>2</d2p1:long>
</ItemIDList>
<LastID>2</LastID>
<LikeNameOrIDNoOrNo>sample string 7</LikeNameOrIDNoOrNo>
<Page>1</Page>
<TaskID>6</TaskID>
</GetWxExamRegListByItemIDRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.