GET company/get_company_detail/{id}
企业详情
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
企业详情
DataResponseOfCompanyViewModelName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
message | string |
None. |
|
success | boolean |
None. |
|
data | CompanyViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "message": "sample string 2", "success": true, "data": { "company_id": 1, "client_id": 2, "company_name": "sample string 3", "register_address": "sample string 4", "address": "sample string 5", "company_tax_number": "sample string 6", "contact_name": "sample string 7", "is_main_company": true, "license_photo": "sample string 9", "official_seal_photo": "sample string 10", "date_created": "sample string 11", "verifyed": true } }