Last Updated on : 2023-06-21 07:13:03download
Sign in with the reservation ID and user ID.
POST: /v1.0/iot-03/seat-reservations/actions/sign-in
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | true | The reservation ID. | |
uid | String | true | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | String | Indicates whether the operation is successful. The sign-in ID is returned on success. |
POST: /v1.0/iot-03/seat-reservations/actions/sign-in
{
"reservation_id": "1400698886867140xxx",
"uid": "bsh16219351491774xxx"
}
{
"result": "1401789966723330xxx",
"t": 1623047746743,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback