Update assigned organization pre-validation

The UPDATEDOMAINS action updates the organization pre-validation associated with one or more domain names of the specified subscription. This action is relevant for organization validation (OV) certificate issuance, including OV SSL and eIDAS QWAC‑Legal certificates.

Action: UPDATEDOMAINS

Variable Name Type Max. Length Description

loginName

string

64 chars

Your account username.

This value is case sensitive.

loginPassword

string

128 chars

Your account password.

This value is case sensitive.

action

string

30 chars

The action to be taken.

In this case, the value is: UPDATEDOMAINS.

acmeAccountID

string

32 chars

Your Base64 URL-encoded ACME account ID.

ovAnchorOrderNumber

string

128 chars

The OV pre-validation ID to associate with the domains.

This parameter applies to OV SSL certificates only.

oldOVAnchorOrderNumber

string

128 chars

The previous OV pre-validation ID to be updated.

evAnchorOrderNumber

string

128 chars

(eIDAS QWAC‑Legal certificates only) The organization pre‑validation ID for eIDAS QWAC issuance to associate with the domains.

This parameter is required when updating domains intended for eIDAS QWAC‑Legal certificates.

oldEVAnchorOrderNumber

string

128 chars

(eIDAS QWAC‑Legal certificates only) The previous organization pre‑validation ID to be updated.

Success response

Success response
{
  “nRecordsUpdated”: 5,
  "success": true
}