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 only relevant for organization validation (OV) certificate issuance.

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.

oldOVAnchorOrderNumber

string

128 chars

The previous OV pre-validation ID to be updated.

Success response

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