POST api/AddCompanyCertificate
新增公司证照
Request Information
URI Parameters
None.
Body Parameters
CompanyCertificateInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstCampCompanyID |
首营公司id |
integer |
None. |
| IDX |
主键 |
integer |
None. |
| CertificateCode |
证件编号 |
string |
None. |
| CompanyID |
公司id |
integer |
None. |
| TypeID |
0:营业执照 1:医疗机构执业许可证 2:医疗器械经营许可证 3:药品经营许可证 4:危险品经营许可证 5:质量体系经营许可证 6:医疗器械生产许可证 7:药品生产许可证 8:放射性药品生产许可证 9:放射性药品经营许可证 10:厂商授权 11:药品GSP证书 12:药品GMP证书 13:医疗器械生产产品登记表 14:第二类医疗器械经营备案凭证 15:第一类医疗器械生产备案凭证 24:事业单位法人证书 25:医疗器械生产备案凭证 26:质量售后保证协议 27:委托授权书及受托人身份证正反面照片 28:随货同行模 29:企业年度报告 30:开户许可证 31:供货单位相关印章模板 32:其他 |
integer |
None. |
| TypeString |
证件名称 |
string |
None. |
| UploadBy |
上传人 |
integer |
None. |
| PhotoUrl |
url |
string |
None. |
| ValidTo |
有效期 |
date |
None. |
| ValidToString |
有效期 |
string |
None. |
| Status |
Status |
integer |
None. |
| RefuseReason |
RefuseReason |
string |
None. |
| DelFlag |
DelFlag |
integer |
None. |
| WriteTime |
WriteTime |
date |
None. |
| UpdateTime |
UpdateTime |
date |
None. |
| BeginTime |
BeginTime |
date |
None. |
| IsLongRange |
是否长期 0:非长期 1:长期 |
integer |
None. |
| CertificateName |
证件名称 |
string |
None. |
| CompanyName |
企业或机构名称 |
string |
None. |
| Remark |
备注 |
string |
None. |
| Address |
库房或生产地址 |
string |
None. |
| Sort |
分类 |
integer |
None. |
| cusLstIDX |
客商列表主键 |
integer |
None. |
| CompanyNo |
公司编码 |
string |
None. |
| KS_CompanyName |
公司名称 |
string |
None. |
| OffDays |
距离现在的到期天数 |
integer |
None. |
| OffDaysName |
距离现在的到期天数文本 |
string |
None. |
| NickName |
上传人名称 |
string |
None. |
| StatusName |
证照状态 |
string |
None. |
Request Formats
application/json, text/json
{
"FirstCampCompanyID": 1,
"IDX": 2,
"CertificateCode": "sample string 3",
"CompanyID": 4,
"TypeID": 5,
"TypeString": "质量体系经营许可证",
"UploadBy": 6,
"PhotoUrl": "sample string 7",
"ValidTo": "2026-04-05 22:37:57",
"ValidToString": "2026-04-05",
"Status": 8,
"RefuseReason": "sample string 9",
"DelFlag": 10,
"WriteTime": "2026-04-05 22:37:57",
"UpdateTime": "2026-04-05 22:37:57",
"BeginTime": "2026-04-05 22:37:57",
"IsLongRange": 14,
"CertificateName": "sample string 15",
"CompanyName": "sample string 16",
"Remark": "sample string 17",
"Address": "sample string 18",
"Sort": 19,
"cusLstIDX": 20,
"CompanyNo": "sample string 21",
"KS_CompanyName": "sample string 22",
"OffDays": 23,
"OffDaysName": "即将到期",
"NickName": "sample string 24",
"StatusName": "sample string 25"
}
application/xml, text/xml
<CompanyCertificateInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JR.SAAS.Models"> <Address>sample string 18</Address> <BeginTime>2026-04-05T22:37:57.056279+08:00</BeginTime> <CertificateCode>sample string 3</CertificateCode> <CertificateName>sample string 15</CertificateName> <CompanyID>4</CompanyID> <CompanyName>sample string 16</CompanyName> <CompanyNo>sample string 21</CompanyNo> <DelFlag>10</DelFlag> <FirstCampCompanyID>1</FirstCampCompanyID> <IDX>2</IDX> <IsLongRange>14</IsLongRange> <KS_CompanyName>sample string 22</KS_CompanyName> <NickName>sample string 24</NickName> <OffDays>23</OffDays> <PhotoUrl>sample string 7</PhotoUrl> <RefuseReason>sample string 9</RefuseReason> <Remark>sample string 17</Remark> <Sort>19</Sort> <Status>8</Status> <StatusName>sample string 25</StatusName> <TypeID>5</TypeID> <UpdateTime>2026-04-05T22:37:57.056279+08:00</UpdateTime> <UploadBy>6</UploadBy> <ValidTo>2026-04-05T22:37:57.056279+08:00</ValidTo> <WriteTime>2026-04-05T22:37:57.056279+08:00</WriteTime> <cusLstIDX>20</cusLstIDX> </CompanyCertificateInfo>
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
{
"RetCode": "sample string 1",
"RetMsg": "sample string 2",
"Message": {},
"Total": 4,
"TotalPage": 5,
"Redirect": "sample string 6",
"FieldStr": {},
"CurrentTime": "2026-04-05 22:37:57",
"IDX": 9,
"DelFlag": 10,
"PageIndex": 11,
"PageSize": 12
}
application/xml, text/xml
<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:57.056279+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>