Finish Service Ticket

Last Updated on : 2023-06-20 12:34:13

You can change a service ticket that has already been processed to “finished” status. And you will no longer be able to process the service ticket after the change.

API address

PUT: /v1.0/iot-01/ticket/feedbacks/{feedback_id}/operation-finish

Request parameter

Parameter name Type IN Required Description
feedback_id String uri true The ID of a specified service ticket.

Description of body

Parameter name Type IN Required Description
sub_uid String body true The user ID.

Return parameter

Parameter name Type Description
result Boolean The operation result.

Request example

PUT: /v1.0/iot-01/ticket/feedbacks/FBAY20211129****/operation-finish
{ "sub_uid": "bay1598932344214****" }

Error code

For more information, see error code.