Document API

Create an Order

Description

This API allows you to place an order at our system.

Data return type: Json

Url request: api.vietnamcredit.com.vn/api/Orders/create

Method: POST

Request body

Name Description Required
ReportType

The identification number of the report type

Value:
2:Company Profile
3:Financial Statement Report
4:Comprehensive Report
6:Simple Report
8:Light Report

Type: Integer

Yes
DueDate

Due date of the report request by customer

Format: yyyy/MM/dd

Type: DateTime

Yes
BusinessId

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

Type: Integer

No
BusinessName

The name of the business you want to investigate

Type: String

Yes
OrderSpeed

Speed of the Order

Value:
2: NORMAL
4: URGENT

Type: Integer

Yes
TaxCode

The tax code of the business you want to investigate

Type: String

No
Phone

The phone of the business you want to investigate

Type: String

No
Email

The email of the business you want to investigate

Type: String

No
Ceo

The CEO name of the business you want to investigate

Type: String

No
CreditInquiry

The credit inquiry of the business you want to investigate

Type: String

No
RegistrationNumber

The registration number of the business you want to investigate

Type: String

No
Address

The Address of the business you want to investigate

Type: String

No
Fax

The Fax of the business you want to investigate

Type: String

No
Website

The Website of the business you want to investigate

Type: String

No
Bankers

The Bankers of the business you want to investigate

Type: String

No
CustomerRef

The Customer ref of the business you want to investigate

Type: String

No
ClientNotes

Client notes of the customer

Type: String

No
Note

Note of the order

Type: String

No

Response

The following are common elements that are returned.

Name Description
Success

True: success

False: fail

Message

Notification returned

Data

Id Order

Type: Integer

Example Requests and Responses

Example Request

api.vietnamcredit.com.vn/api/Orders/create

Example Responses

{
  "message": null,
  "success": true,
  "data": 1453 
}