Resello REST API Documentation

POST domain/[domain_name]/transfer

Allows for a domain to be transferred away by unlocking the domain.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain/[domain_name]/transfer

Parameters

None

Example request


POST    https://backoffice.hostcontrol.com/api/v1/domain/exampledomainnnn.com/transfer

Result

{
    "result": {
        "status": "delivered",
        "updated": "2013-10-22T14:05:24.799934+00:00",
        "managed": true,
        "deleted": null,
        "expires": "2014-10-22T14:05:24.798780+00:00",
        "is_customer_manageable": true,
        "customer": {
            "is_enabled": true,
            "updated": "2013-10-22T11:46:14.077236+00:00",
            "is_dns_management_enabled": true,
            "created": "2013-10-22T11:46:14.077191+00:00",
            "primary_contact": {
                "city": "Groningen",
                "fax": "",
                "voice": "+31.612345678",
                "updated": "2013-10-22T11:46:14.084454+00:00",
                "name": "John Doe",
                "created": "2013-10-22T11:46:14.084419+00:00",
                "gender": null,
                "organisation": "",
                "extra": {},
                "zipcode": "1234AA",
                "email": "john@doe.com",
                "state": "Groningen",
                "address": "Street 123",
                "domains": [
                    "exampledomainnnnnn.com",
                    "exampledomainnnn.com",
                    "iasdjoaisjdasoijd.com",
                    "testdomainnn.com"
                ],
                "vat_number": null,
                "country": {
                    "code": "NL",
                    "name": "Netherlands"
                },
                "type": "primary",
                "id": 55
            },
            "is_receiving_support_notifications": true,
            "is_ns_management_enabled": true,
            "is_verified": true,
            "id": 35
        },
        "name": "exampledomainnnn.com",
        "redirects": [],
        "created": "2013-10-22T14:05:24.799853+00:00",
        "is_privacy_protect_enabled": false,
        "interval": 12,
        "hosting": {
            "status": "delivered",
            "updated": "2013-10-23T07:59:00.945853+00:00",
            "reference": "ac-065ix",
            "deleted": null,
            "expires": "2014-10-23T07:59:00.922290+00:00",
            "is_active": true,
            "plan": {
                "category": "InstantWeb",
                "traffic_quota": null,
                "is_installations_enabled": false,
                "name": "Web Pro",
                "is_pop3_enabled": true,
                "storage_quota": null,
                "max_database_count": 0,
                "max_domain_count": 1,
                "max_mailbox_count": null,
                "prices": [
                    {
                        "price_new": 9423.48,
                        "price_renew": 22491.48,
                        "interval": 12,
                        "currency": "USD"
                    }
                ],
                "is_smtp_enabled": true,
                "is_imap_enabled": true,
                "max_mailbox_alias_count": null,
                "instasite_plan": 5,
                "is_webpresence_enabled": false,
                "max_user_count": 0,
                "type": "instasite",
                "id": 59,
                "max_mailbox_size": 2048
            },
            "customer": {
                "is_enabled": true,
                "updated": "2013-10-22T11:46:14.077236+00:00",
                "is_dns_management_enabled": true,
                "created": "2013-10-22T11:46:14.077191+00:00",
                "primary_contact": {
                    "city": "Groningen",
                    "fax": "",
                    "voice": "+31.612345678",
                    "updated": "2013-10-22T11:46:14.084454+00:00",
                    "name": "John Doe",
                    "created": "2013-10-22T11:46:14.084419+00:00",
                    "gender": null,
                    "organisation": "",
                    "extra": {},
                    "zipcode": "1234AA",
                    "email": "john@doe.com",
                    "state": "Groningen",
                    "address": "Street 123",
                    "domains": [
                        "exampledomainnnnnn.com",
                        "exampledomainnnn.com",
                        "iasdjoaisjdasoijd.com",
                        "testdomainnn.com"
                    ],
                    "vat_number": null,
                    "country": {
                        "code": "NL",
                        "name": "Netherlands"
                    },
                    "type": "primary",
                    "id": 55
                },
                "is_receiving_support_notifications": true,
                "is_ns_management_enabled": true,
                "is_verified": true,
                "id": 35
            },
            "created": "2013-10-23T07:59:00.945769+00:00",
            "interval": 12,
            "renew": true,
            "domains": [
                "exampledomainnnn.com"
            ]
        },
        "renew": false,
        "tld": {
            "name": "com"
        }
    },
    "success": true
}