Skip to content

ApiLogOnRequestDTO

stonepy.models.ApiLogOnRequestDTO.ApiLogOnRequestDTO

Bases: RequestModel

Request to create a session (log on) .

user_name class-attribute instance-attribute

user_name: str = Field(alias='UserName')

Username is case sensitive

password class-attribute instance-attribute

password: str = Field(alias='Password', repr=False)

Password is case sensitive

app_key class-attribute instance-attribute

app_key: str = Field(alias='AppKey', repr=False)

A unique key to identify the client application

app_version class-attribute instance-attribute

app_version: str = Field(alias='AppVersion')

The version of the client application

app_comments class-attribute instance-attribute

app_comments: str = Field(alias='AppComments')

Any client application comments on what to associate with this session