Insert tools

Format

MethodPOST
URL

/tasks/create

Request contentGuestInsertTools Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

GuestInsertTools Object

Schema

typeStringTask type identifier. In this case, "guest_insert_tools"
guest_idStringUnique identifier of the Guest
devnumStringDevice identifier where the tools are to be inserted

JSON example

{
    "type""guest_insert_tools",
    "guest_id": "testguest",
    "devnum": "3"
}