DomainExtDataAdd_API

Description

Parameters

Passed

Returned

This method adds new extended data or updates existing data for a registered domain.

Extended data comprises specific parameters required by a particular registrar. For example, to register a domain in the .net.au zone you need to specify your organization number – the ABN/ACN parameter.

The list of parameters is stored in a respective registrar plug-in container.

Extended data provided for a particular domain can be viewed under the Additional Information tab of the selected domain.

3 or more

1

Syntax

Copy
ErrorMessage DOMAINGATE::DomainExtDataAdd_API(

  Int DomainID;

  Str ParameterID_1;

  Str ParameterValue_1;

...

  Str ParameterID_N;

  Str ParameterValue_N;

)

returns

Copy
Str ErrorMessage – message after the domain extended data has been added or updated: "Domain ExtData has been added/updated successfully."

Special Notes

  • Int DomainID – unique internal identifier of the registered domain name;
  • Str ParameterID – ID of a parameter to be added or updated for specified domain;

    Note: If you want to update value of existing parameter, take the parameter ID from the list under the Service Parameters tab of a selected domain's Service Template.

  • Str ParameterValue – respective parameter value.