POST api/GetMyCertificateWarning
我的证照预警
Request Information
URI Parameters
None.
Body Parameters
MyCertificateRequestParams| Name | Description | Type | Additional information |
|---|---|---|---|
| SelectType |
证照有效期搜索时间段:0:30天,1: 60天,2:90天 |
integer |
None. |
| KeyWords |
搜索关键字 |
string |
None. |
| StartDate |
开始时间 |
string |
None. |
| EndDate |
结束时间 |
string |
None. |
| CertificateName |
证照名称 |
string |
None. |
| CertificateCode |
证照编号 |
string |
None. |
| PageIndex |
当前页 |
integer |
None. |
| PageSize |
每页显示 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SelectType": 1,
"KeyWords": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"CertificateName": "sample string 5",
"CertificateCode": "sample string 6",
"PageIndex": 7,
"PageSize": 8
}
application/xml, text/xml
Sample:
<MyCertificateRequestParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Web.API.Models"> <CertificateCode>sample string 6</CertificateCode> <CertificateName>sample string 5</CertificateName> <EndDate>sample string 4</EndDate> <KeyWords>sample string 2</KeyWords> <PageIndex>7</PageIndex> <PageSize>8</PageSize> <SelectType>1</SelectType> <StartDate>sample string 3</StartDate> </MyCertificateRequestParams>
Response Information
Resource Description
我的证照预警
ApiRet| Name | Description | Type | Additional information |
|---|---|---|---|
| RetCode |
状态码 |
string |
None. |
| RetMsg |
状态描述 |
string |
None. |
| Message |
数据实体 |
Object |
None. |
| Total |
查询结果所有页的总条数 |
integer |
None. |
| TotalPage |
总页数 |
integer |
None. |
| Redirect |
需重定向的地址 |
string |
None. |
| FieldStr |
列表字段管理 |
Object |
None. |
| CurrentTime |
当前时间 |
date |
None. |
| IDX |
主键 |
integer |
None. |
| DelFlag |
删除标识 0未删除 1:已删除 |
integer |
None. |
| PageIndex |
列表请求参数 |
integer |
None. |
| PageSize |
列表请求参数 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"RetCode": "sample string 1",
"RetMsg": "sample string 2",
"Message": {},
"Total": 4,
"TotalPage": 5,
"Redirect": "sample string 6",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:37:41",
"IDX": 9,
"DelFlag": 10,
"PageIndex": 11,
"PageSize": 12
}
application/xml, text/xml
Sample:
<ApiRet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models.Common"> <_x003C_DelFlag_x003E_k__BackingField>10</_x003C_DelFlag_x003E_k__BackingField> <_x003C_IDX_x003E_k__BackingField>9</_x003C_IDX_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>11</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>12</_x003C_PageSize_x003E_k__BackingField> <CurrentTime>2026-04-05T22:37:41.5161129+08:00</CurrentTime> <FieldStr /> <Message /> <Redirect>sample string 6</Redirect> <RetCode>sample string 1</RetCode> <RetMsg>sample string 2</RetMsg> <Total>4</Total> <TotalPage>5</TotalPage> </ApiRet>