Wiki

Clone wiki

Numera.LibrisAPI / event.Activation

Home > Event Dictionary > Activation

Activation

The "Activation" event is raised by the platform as a result of a user pressing the activate button in the web app or a partner making an API call to activate the device. The following information is stored in the details object:

FieldDescription
activation_codeinteger code about an error, 0 means success, -1 or others mean different errors -- should be 0 for this event
activation_messagecontains additional information, such as "Success" or "Success: Already activated"

Updated