AuthdataStructure

This structure is used for system authorization. It is used in every input structure.

Structure Fields

Field Name Type Required? Description
username string (32) Yes User login
password string (32) Yes User password

Example:

<authData>
        <username>test</username>
        <password>WSyj3$aDE</password>
</authData>
Return to subject list