Wiki

Clone wiki

Numera.LibrisAPI / device.create_ticket

Home > API Reference Documentation > device.create_ticket

device.create_ticket

The device.create_ticket action is used to open a support ticket for this device. It requires Agent Supervisor or higher permissions to invoke.

Input Parameters

PropertyRequiredDescription
idone ofThe id of the device
imeione ofThe imei of the device
topicyesSubject of the ticket
messageyesDetails of the ticket
emailnoOptional email address for notification

Output

The result object will be empty.

Possible Status Codes

Status CodeReasonDescription
1000NO_ID_OR_IMEIYou have to send in the device id or imei
1001DEVICE_DOES_NOT_EXISTCould not locate the device or the user does not have access to it
1002NO_TOPICYou have to send a topic
1003NO_MESSAGEYou have to send a message

Updated