User Tools

Site Tools

  • en

CheckEndUserInfo

Description

This method is used to check whether the license form for the product to be purchased is filled out correctly. The method returns a list of fields fill out rules. Rules containing errors will be marked with the HasError flag, and custom error text will be displayed in the ErrorText field. The IsError root flag of the reply contract is TRUE only if the web-service is out of operation. This flag does not indicate if there are errors in the checked license form.

Parameters

NameTypeDescription
endUserInfoarray of EndUserInfoContractFilled out license form. You can obtain fillout rules using the following method: GetUserInfoDescriptionFor
langCodestringCode of license form description language (for example, RU)
partNumstringPart number of the product to be purchased with the license form

Return value

TypeDescription
array of EndUserInfoDescriptionContractLicense form fillout errors.

Sample requests and replies for CheckEndUserInfo method

XmlOverHttp request

XmlOverHttp reply

SOAP request

SOAP reply