保存个人认证信息
None.
Name | Description | Type | Additional information |
---|---|---|---|
AaId |
公司id |
integer |
None. |
LegalPersonName |
姓名 |
string |
None. |
Location |
地区 |
integer |
None. |
LegalPersonNo |
身份证号码 |
string |
None. |
LegalPersonIDA |
身份证正面 |
string |
None. |
LegalPersonIDB |
身份证反面 |
string |
None. |
HighestTitle |
最高职称 |
integer |
None. |
ProfessionalList |
专业资格列表 |
Collection of integer |
None. |
WorkingYears |
工作年限 |
integer |
None. |
IndustryList |
行业经验 |
Collection of integer |
None. |
Phone |
手机号 |
string |
None. |
StatusCode |
认证状态 |
CompanyStatusCode |
None. |
IsAccept |
是否受理 |
integer |
None. |
CreatedBy |
创建人 |
integer |
None. |
CreatedDate |
创建时间 |
date |
None. |
ModifiedBy |
修改人 |
integer |
None. |
ModifiedDate |
修改时间 |
date |
None. |
IsMobile |
是否手机提交 |
integer |
None. |
Note |
备注 |
string |
None. |
Reason |
原因 |
string |
None. |
ApplyBy |
只读,H5中确认提交会修改值 |
integer |
None. |
ApplyName |
只读,确认提交人名称 |
string |
None. |
ApplyDate |
只读,确认提交日期 |
date |
None. |
{ "AaId": 1, "LegalPersonName": "sample string 2", "Location": 3, "LegalPersonNo": "sample string 4", "LegalPersonIDA": "sample string 5", "LegalPersonIDB": "sample string 6", "HighestTitle": 7, "ProfessionalList": [ 1, 2 ], "WorkingYears": 8, "IndustryList": [ 1, 2 ], "Phone": "sample string 9", "StatusCode": 1000, "IsAccept": 10, "CreatedBy": 11, "CreatedDate": "2024-11-25T01:39:20.2616077+08:00", "ModifiedBy": 13, "ModifiedDate": "2024-11-25T01:39:20.2616077+08:00", "IsMobile": 15, "Note": "sample string 16", "Reason": "sample string 17", "ApplyBy": 1, "ApplyName": "sample string 18", "ApplyDate": "2024-11-25T01:39:20.2616077+08:00" }
<PersonalVerificationInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Company"> <AaId>1</AaId> <ApplyBy>1</ApplyBy> <ApplyDate>2024-11-25T01:39:20.2616077+08:00</ApplyDate> <ApplyName>sample string 18</ApplyName> <CreatedBy>11</CreatedBy> <CreatedDate>2024-11-25T01:39:20.2616077+08:00</CreatedDate> <HighestTitle>7</HighestTitle> <IndustryList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </IndustryList> <IsAccept>10</IsAccept> <IsMobile>15</IsMobile> <LegalPersonIDA>sample string 5</LegalPersonIDA> <LegalPersonIDB>sample string 6</LegalPersonIDB> <LegalPersonName>sample string 2</LegalPersonName> <LegalPersonNo>sample string 4</LegalPersonNo> <Location>3</Location> <ModifiedBy>13</ModifiedBy> <ModifiedDate>2024-11-25T01:39:20.2616077+08:00</ModifiedDate> <Note>sample string 16</Note> <Phone>sample string 9</Phone> <ProfessionalList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </ProfessionalList> <Reason>sample string 17</Reason> <StatusCode>未提交审核</StatusCode> <WorkingYears>8</WorkingYears> </PersonalVerificationInfo>
Sample not available.
保存个人认证信息
booleantrue
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>