Symptoms

'DomainExtDataAdd_API' API method call fails with the following error message:

Not enough arguments; parameters 'DomainID' and 'ExtData' should be provided

Cause

Incorrect set of parameters was used in the XML API request.

Resolution

The following input parameters should be used:

  • DomainID
  • ParameterID
  • ParameterValue

There may be more than one pair of ParameterID - ParameterValue.

Refer to the description and example of the DomainExtDataAdd_API API method in the PBA documentation.

Internal content