Domain > Order

Retry Create Domain

Retry a failed Domain creation, with updated Contact and additional fields

post/2/domains/accounts/{account}/create/{domain}

Path parameters

accountstring required
domainstring required

Request body

additional_fieldsstring[]

All the additional fields update values

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 12345,
    "name": "mydomain.ch",
    "tld": "ch",
    "resale_status": "not_authorized",
    "created_at": 1702908000,
    "expires_at": 1734444000,
    "contacts": {
      "owner": {
        "address_type": "loc",
        "first_name": "John",
        "last_name": "Doe",
        "company": "Infomaniak",
        "street1": "Rue Eugène Marziano 25",
        "street2": "Batiment 43",
        "street3": "Etage 3",
        "postal_code": "1227",
        "city": "Les Acacias",
        "state": "Genève",
        "country_code": "CH",
        "id": 12345,
        "type": "Organization",
        "phone": "+41.223456789",
        "fax": "+41.223456790",
        "email": "contact@mydomain.ch",
        "validated_at": 1702908000,
        "created_at": 1702908000,
        "pending_modification": {
          "created_at": 1702908000,
          "associated_domains": [
            {
              "id": 1,
              "name": "mydomain.ch"
            }
          ],
          "associated_domains_count": 5000
        },
        "associated_domains": [
          {
            "id": 1,
            "name": "mydomain.ch"
          }
        ],
        "associated_domains_count": 5000
      },
      "admin": {
        "address_type": "loc",
        "first_name": "John",
        "last_name": "Doe",
        "company": "Infomaniak",
        "street1": "Rue Eugène Marziano 25",
        "street2": "Batiment 43",
        "street3": "Etage 3",
        "postal_code": "1227",
        "city": "Les Acacias",
        "state": "Genève",
        "country_code": "CH",
        "id": 12345,
        "type": "Organization",
        "phone": "+41.223456789",
        "fax": "+41.223456790",
        "email": "contact@mydomain.ch",
        "validated_at": 1702908000,
        "created_at": 1702908000,
        "pending_modification": {
          "created_at": 1702908000,
          "associated_domains": [
            {
              "id": 1,
              "name": "mydomain.ch"
            }
          ],
          "associated_domains_count": 5000
        },
        "associated_domains": [
          {
            "id": 1,
            "name": "mydomain.ch"
          }
        ],
        "associated_domains_count": 5000
      },
      "tech": {
        "address_type": "loc",
        "first_name": "John",
        "last_name": "Doe",
        "company": "Infomaniak",
        "street1": "Rue Eugène Marziano 25",
        "street2": "Batiment 43",
        "street3": "Etage 3",
        "postal_code": "1227",
        "city": "Les Acacias",
        "state": "Genève",
        "country_code": "CH",
        "id": 12345,
        "type": "Organization",
        "phone": "+41.223456789",
        "fax": "+41.223456790",
        "email": "contact@mydomain.ch",
        "validated_at": 1702908000,
        "created_at": 1702908000,
        "pending_modification": {
          "created_at": 1702908000,
          "associated_domains": [
            {
              "id": 1,
              "name": "mydomain.ch"
            }
          ],
          "associated_domains_count": 5000
        },
        "associated_domains": [
          {
            "id": 1,
            "name": "mydomain.ch"
          }
        ],
        "associated_domains_count": 5000
      },
      "billing": {
        "address_type": "loc",
        "first_name": "John",
        "last_name": "Doe",
        "company": "Infomaniak",
        "street1": "Rue Eugène Marziano 25",
        "street2": "Batiment 43",
        "street3": "Etage 3",
        "postal_code": "1227",
        "city": "Les Acacias",
        "state": "Genève",
        "country_code": "CH",
        "id": 12345,
        "type": "Organization",
        "phone": "+41.223456789",
        "fax": "+41.223456790",
        "email": "contact@mydomain.ch",
        "validated_at": 1702908000,
        "created_at": 1702908000,
        "pending_modification": {
          "created_at": 1702908000,
          "associated_domains": [
            {
              "id": 1,
              "name": "mydomain.ch"
            }
          ],
          "associated_domains_count": 5000
        },
        "associated_domains": [
          {
            "id": 1,
            "name": "mydomain.ch"
          }
        ],
        "associated_domains_count": 5000
      }
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.