toloka.client.user_bonus.UserBonusCreateRequestParameters
| Source code
UserBonusCreateRequestParameters( self, *, operation_id: Optional[UUID] = ..., async_mode: Optional[bool] = True)
Parameters for issuing a bonus payment to a Toloker.
The create_user_bonus method uses these parameters.
Parameters | Type | Description |
---|---|---|
operation_id | Optional[UUID] | The UUID of the operation that conforms to the RFC4122 standard. The UUID is used if Specify UUID to avoid accidental errors like Toloka operation duplication caused by network problems. If you send several requests with the same |
async_mode | Optional[bool] | Request processing mode:
Default value: |
Last updated: August 28, 2023