Skip to content

ApiClientCommunicationUpdateRequestDTOv2

stonepy.models.ApiClientCommunicationUpdateRequestDTOv2.ApiClientCommunicationUpdateRequestDTOv2

Bases: RequestModel

Request for client responses to the specified client message.

client_account_id class-attribute instance-attribute

client_account_id: int = Field(alias='ClientAccountId')

The identifier for the client account

client_communication_id class-attribute instance-attribute

client_communication_id: int = Field(
    alias="ClientCommunicationId"
)

The identifier for the client communication message

accepted class-attribute instance-attribute

accepted: bool = Field(alias='Accepted')

Flag indicating if the client has read and accepted the message

other_response class-attribute instance-attribute

other_response: str = Field(alias='OtherResponse')

Any other client response to the message