HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
  1. Domain Report Service
  • Domain Information Service
    • Get all list of domains
      GET
    • Get a domain by name
      GET
    • Check if the domain contains sensitive keywords
      GET
  • Domain Report Service
    • Upload list of fluctuation domains report
      POST
    • Upload list of maintain domains report
      POST
    • Upload sub-list of maintain domains report
      POST
    • Merge all sub-list of maintain domains report
      PUT
    • Get status of report
      GET
  • Registrar Category Service
    • Get all registrars of ICANN
      GET
  • Old Place Category Service
    • Get all list of districts
      GET
    • Get info district by district ID
      GET
    • Get all list of wards by district ID
      GET
    • Get all list of provinces
      GET
    • Get info province by city ID
      GET
    • Get all list of districts by city ID
      GET
    • Get all list of wards by city ID
      GET
    • Get all list of wards
      GET
    • Get info ward by ward ID
      GET
  • Place Category Service
    • Get all list of countries
      GET
    • Get all list of provinces
      GET
    • Get info province by city ID
      GET
    • Get all list of wards by city ID
      GET
    • Get all list of wards
      GET
    • Get info ward by ward ID
      GET
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar API
Utility Endpoints
  1. Domain Report Service

Merge all sub-list of maintain domains report

Production Environment
https://my.hitechcloud.vn/api
Production Environment
https://my.hitechcloud.vn/api
PUT
https://my.hitechcloud.vn/api
/v1/reports/maintain-domains/sub-lists/merge
Domain Report Service
Last modified:2025-12-01 12:36:31
OperationId:mergeSubListOfMaintainDomainReportUsingPUT

Request

Authorization
Basic Auth
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
or

Responses

🟢200OK
*/*
OK
Body

🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://my.hitechcloud.vn/api/v1/reports/maintain-domains/sub-lists/merge' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "addedDomain": 0,
    "changedDomain": 0,
    "id": 0,
    "link": "string",
    "removedDomain": 0,
    "requestResult": "FAILURE",
    "requestTime": "2019-08-24T14:15:22.123Z",
    "requestType": "REPLACE",
    "subListDomain": 0,
    "totalDomain": 0
}
Modified at 2025-12-01 12:36:31
Previous
Upload sub-list of maintain domains report
Next
Get status of report
Built with