Document API

Company detail

Description

Get profile information of a company.

Return data type: Json

Url request: api.vietnamcredit.com.vn/api/Company/Detail

Method: GET

Request Parameters

Name Description Required
id

The identification number of the business. Id field in the return data of the search company function

Type: Integer

Yes

Response

The following are common elements that are returned.

Name Description
Success

True: success

False: fail

Message

Notification returned

Data

Container for item information, including Id, Name, TaxCode, TotalEmployees, AddressesHeadOffice, RegisteredName, EstablishmentYear, TradeName, RegistrationNumber, EstablishmentDate, Website, NameCEO, Country, HistoricalName, HistoricalAddress and RegistrationAddress.

Example Requests and Responses

Example Request

api.vietnamcredit.com.vn/api/Company/Detail?id=1

Example Responses

{
   "message": null,
   "success": true,
    "data": {
    "id": 1,
    "crid": "CR0000001",
    "name": "ABC GENERAL IMPORT EXPORT AND INVEZTMENT YOINT ZTOCK COMPANY",
    "registeredName": "XUAT NHAP KHAU TP ABC",
    "tradeName": "ABC",
    "registrationNumber": "644545645",
    "registrationDate": "2019-04-10T00:00:00",
    "businessID": "1311121289",
    "headOfficeAddress": "Trang Dai, Bien Hoa City, Dong Nai Province, Vietnam",
    "website": "www.imexcohcm.net",
    "nameOfCEO": "DUONG KY HIEU",    
    "country": "Vietnam"
   }
}