...
XML-Element | webso | Type | description | ||
---|---|---|---|---|---|
<QesProviderId> | x | Integer | The id of the qes service provider. Either <QesProviderId> or <QesProvider> must be provided. | ||
<QesProvider> | x | String | The name of the qes service. Either <QesProviderId> or <QesProvider> must be provided. example:
| ||
<UserName> | x | String | The UserName. It is used to map the Qes data of the user to the signature fields. | ||
<Number> | x | Number | The phone number without country code. e.g.: 173 123 123 | ||
<PhoneCode> | x | String | The international phone code of the mobile number according to iso 3166-1 alpha 2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ). e.g. “de” for Germany |
Code Block |
---|
<ESign> <Qes> <QesUser> <UserName>signer2@example.de</UserName> <Number>17100100100</Number> <PhoneCode>de</PhoneCode> <QesProvider>signius</QesProvider> </QesUser> <QesUser> <UserName>signer1@example.de</UserName> <Number>17200123123</Number> <PhoneCode>de</PhoneCode> <QesProviderId>1</QesProviderId> </QesUser> </Qes> </ESign> |
...