Table of Contents

Function

The DomainPreregConfirm task confirms a preregistration bindingly.

Please note that the preregistration phases of each new TLD are limited in time by the requirements of the responsible registry.

Description

Route: PUT /domainPrereg/{reference}/_confirm

Request
{
}
Response
{
    "stid": "20210827-app-88305",
    "status": {
        "code": "N0110007",
        "text": "The confirmation of the preregistration was started successfully.",
        "type": "NOTIFY"
    },
    "object": {
        "type": "DomainPrereg",
        "value": "example.web",
        "data": {
            "name": "example.web",
            "orderReference": "1c3d6112-c4ac"
        }
    }
}

Task code: 0110007
Uses Domain_Prereg object

Request
<request>
	<auth>
		<user>user</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0110007</code>
		<domain_prereg>
			<order_reference>1b3d6110-c4ac</order_reference>
		</domain_prereg>
		<reply_to>user@example.com</reply_to>
	</task>
</request>
Response
<response>
    <result>
        <data>
            <domain_prereg>
                <order_reference>1b3d6110-c4ac</order_reference>
            </domain_prereg>
        </data>
        <status>
            <code>N0110007</code>
            <text>The confirmation of the preregistration was started successfully.</text>
            <type>notify</type>
            <object>
                <type>domain_prereg</type>
                <value>example.web</value>
            </object>
        </status>
    </result>
    <stid>20210827-app-88480</stid>
</response>