HiTechCloud API
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility Endpoints
HiTechCloud APISSL APIDNS APIVNNIC GTLD Registrar APIUtility 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
  1. Domain Report Service

Upload sub-list of maintain domains report

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

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
Body Params application/jsonRequired

Examples

Responses

🟢200OK
*/*
OK
Body

🟢201Created
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://my.hitechcloud.vn/api/v1/reports/maintain-domains/sub-lists' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "address": "string",
        "adminName": "string",
        "cityName": "string",
        "countryCode": "string",
        "districtName": "string",
        "domainName": "string",
        "email": "string",
        "expiredDate": "2019-08-24",
        "fax": "string",
        "ianaNumber": 0,
        "is5LevelPlace": true,
        "isAgentManager": true,
        "note": "string",
        "ownerName": "string",
        "ownerType": "C",
        "phone": "string",
        "registeredDate": "2019-08-24",
        "wardName": "string"
    }
]'
Response Response Example
{
    "addedDomain": 0,
    "changedDomain": 0,
    "id": 0,
    "link": "string",
    "removedDomain": 0,
    "requestResult": "FAILURE",
    "requestTime": "2019-08-24T14:15:22Z",
    "requestType": "REPLACE",
    "subListDomain": 0,
    "totalDomain": 0
}
Modified at 2025-12-01 12:36:31
Previous
Upload list of maintain domains report
Next
Merge all sub-list of maintain domains report
Built with