Function /buyer/catch/add
Function invocation
https://json.aftermarket.pl/buyer/catch/add
Function description
Adds domain to catch. If domain is expiring then will be added on domains to catch list (/buyer/catch/list). If domain is not expiring then will wait until expiring date on waiting for dropcatching domains list (/buyer/catch/waiting/list).
Input parameters
This function takes the following input parameters:
| Parameter | Type | Required | Default value | Description |
|---|---|---|---|---|
| name | string | YES | Domain name to catch | |
| string | "" | Domain name to catch (deprecated, please use 'name' parameter) | ||
| boolean | Catching priority (deprecated and unused) |
Return value
Operation result (structure with the following fields):
| Field name | Type | Description |
|---|---|---|
| string | Domain name (in Punycode) (deprecated) | |
| list | integer | List to which the domain was added (0 - domain expiring already and it is ordered for dropcatching, 1 - domain not expiring and waiting for dropcatching) |
| integer | To catch domain identifier (deprecated and unused) | |
| string | Domain name in unicode (deprecated) |