| Field | Type | Description |
|---|---|---|
| ext | String | Extension of domain |
| dtcreate | String | Date and time when the pending order was created |
| domain | String | Domain name |
| dtmodify | String | Date and time when the pending order was modified |
| details | Object | Pending order details |
| comment | String | Pending order comment |
| type | String | Pending order type |
| resid | Number | Reseller ID |
| status | String | Pending order status |
curl --location --request GET 'https://oteapi.webnic.cc/domain/v2/order/info?id=2243' \
--header 'Authorization: Bearer <token>'{
"code": "1000",
"message": "Command completed successfully.",
"data": {
"ext": "com.cn",
"dtcreate": "2025-08-08T12:08:31+08:00",
"domain": "pendingdomain",
"legacyId": null,
"dtmodify": "2025-08-08T12:08:31+08:00",
"details": {
"groupType": "organization",
"nativeInfo": null,
"hpl": null,
"registrantUserId": "7869964",
"bundleId": null,
"encoding": null,
"docUploadRules": {
"proxy": {
"show": false,
"mandatory": false
},
"other": {
"show": true,
"mandatory": true
},
"subcribeProxy": {
"proxy": {
"show": true,
"mandatory": true
},
"other": {
"show": true,
"mandatory": true
},
"business_registration": {
"show": true,
"mandatory": true
},
"nric": {
"show": true,
"mandatory": true
}
},
"business_registration": {
"show": true,
"mandatory": true
},
"nric": {
"show": true,
"mandatory": true
}
},
"proxyTransType": null,
"authInfo": "j$f8j",
"proxy": false,
"premium": false,
"transType": null,
"autoRenew": null,
"term": 1,
"docUploadStatus": [],
"nameserverList": [
"ns1.web.cc",
"ns2.web.cc"
],
"cnis": null,
"lang": "eng",
"renewalLogId": null,
"contacts": {
"registrant": "WNC1028487T",
"admin": "WNC1028488T",
"technical": "WNC1028489T",
"billing": "WNC1028490T"
},
"dtexpire": "2026-08-08T04:08:31.150680317Z"
},
"comment": null,
"type": "register",
"resid": 2740,
"status": "NEW"
}
}