Insert tools

Format

MethodPOST
URL

/tasks/create

Request contentGuestInsertTools Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

GuestInsertTools Object

Schema

repeatStringReserved
retriesStringNumber of times this task will be retried, in case of error
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

{
    "repeat": "0",
    "retries": "0",
    "type""guest_insert_tools",
    "guest_id": "testguest",
    "devnum": "3"
}