GET api/Hunt007ComCenter/GetUpdateSearchInfo?PersonBoxId={PersonBoxId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PersonBoxId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchPersonBoxUpdateSmallName | Description | Type | Additional information |
---|---|---|---|
Model | SearchPersonBoxSmall |
None. |
|
ConfigSalersList | Collection of cSalersTypeInfo |
None. |
|
ConfigTreatMentList | Collection of EmployerTreatMentEntity |
None. |
|
ConfigDegreeList | Collection of DegreeEntity |
None. |
|
ConfigExperList | Collection of ExperEntity |
None. |
Response Formats
application/json, text/json
Sample:
{ "Model": { "EmployerID": 1, "PersonBoxId": 2, "PersonBoxName": "sample string 3", "DegreeId": 4, "WorkYear": 5, "SalersId": 6, "TreatMentId": 7, "CityId": 8, "CityPathName": "sample string 9", "KeyWord": "sample string 10", "PositionId": 11, "PositionName": "sample string 12" }, "ConfigSalersList": [ { "SalersTypeId": 1, "SalersTypeValue": "sample string 2", "Min": 3, "Max": 4 }, { "SalersTypeId": 1, "SalersTypeValue": "sample string 2", "Min": 3, "Max": 4 } ], "ConfigTreatMentList": [ { "Id": 1, "TreatMentName": "sample string 2", "WelfareTypeSpell": "sample string 4", "ParentId": 3, "InsertTime": "2021-02-18T06:49:44.8577769+08:00", "LastModiTime": "2021-02-18T06:49:44.8577769+08:00", "EnableState": 0, "EnterpriseAccState": 0, "SortNum": 7, "CompanyModiClass": "sample string 8", "TypeCount": 9 }, { "Id": 1, "TreatMentName": "sample string 2", "WelfareTypeSpell": "sample string 4", "ParentId": 3, "InsertTime": "2021-02-18T06:49:44.8577769+08:00", "LastModiTime": "2021-02-18T06:49:44.8577769+08:00", "EnableState": 0, "EnterpriseAccState": 0, "SortNum": 7, "CompanyModiClass": "sample string 8", "TypeCount": 9 } ], "ConfigDegreeList": [ { "DegreeId": 1, "DegreeName": "sample string 2" }, { "DegreeId": 1, "DegreeName": "sample string 2" } ], "ConfigExperList": [ { "Id": 1, "caption": "sample string 2", "Num": 3, "Min": 4, "Max": 5 }, { "Id": 1, "caption": "sample string 2", "Num": 3, "Min": 4, "Max": 5 } ] }