Sign in

Last Updated on : 2023-06-21 07:13:03download

Sign in with the reservation ID and user ID.

API address

POST: /v1.0/iot-03/seat-reservations/actions/sign-in

Request parameter

Description of body

Parameter name Type IN Required Description
reservation_id String true The reservation ID.
uid String true The user ID.

Return parameter

Parameter name Type Description
result String Indicates whether the operation is successful. The sign-in ID is returned on success.

Request example

POST: /v1.0/iot-03/seat-reservations/actions/sign-in
{ "reservation_id": "1400698886867140xxx", "uid": "bsh16219351491774xxx" }

Return example

{ "result": "1401789966723330xxx", "t": 1623047746743, "success": true }

Error code

For more information, see error code.