GET dz_api/BossH5/SearchCompany?custId={custId}

查询企业信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
custId

integer

Required

Body Parameters

None.

Response Information

Resource Description

查询企业信息

SearchCompanyResult
NameDescriptionTypeAdditional information
CompanyName

公司名称

string

None.

LicenseNo

统一社会信用代码

string

None.

StrEstiblishTime

成立日期

string

None.

LegalPersonName

法定代表人

string

None.

RegInstitute

登记机关

string

None.

RegLocation

所在地

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CompanyName": "sample string 1",
  "LicenseNo": "sample string 2",
  "StrEstiblishTime": "sample string 3",
  "LegalPersonName": "sample string 4",
  "RegInstitute": "sample string 5",
  "RegLocation": "sample string 6"
}

application/xml, text/xml

Sample:
<SearchCompanyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.WebApi.Areas.BossH5.Models">
  <CompanyName>sample string 1</CompanyName>
  <LegalPersonName>sample string 4</LegalPersonName>
  <LicenseNo>sample string 2</LicenseNo>
  <RegInstitute>sample string 5</RegInstitute>
  <RegLocation>sample string 6</RegLocation>
  <StrEstiblishTime>sample string 3</StrEstiblishTime>
</SearchCompanyResult>