TestSayHello

With this method you can test the access to the SOAP API.

Request

Field

Type

RegExp

Null?

Description

auth

AuthData

no

authentication data

firstname

string

^\w{1,30}$?

no

first name

lastname

string

^\w{1,30}$

no

last name

Response

Field

Type

Null?

Description

greeting

string

no

Response string

The answer is the string Hello, <firstname> <lastname>.


Zuletzt aktualisiert am 13.04.2020.
weiter: UserAdd
zurück: SessionCreate