Enable/Disable Device Option
Enable/Disable Device Option
Choose whether a particular device is enabled or disabled.
POST /fyi/deliveryoptions/device
Request Object
Body Params
devicename: String. Required
Human readable name of the device.
deviceId: String. Required
ID Code for the specific device.
uiName: String. Required
Title used for the interface system.
enabled: bool. Required
Specify if the device should be enabled or disabled.
Python
Abap
Response Object
V: int.
Returns 1 to state message was acknowledged.
T: int.
Returns the time in ms to complete the edit.

