Update of Messaging Device Settings

Updates device settings for an MBS device.

Syntax

List<ResponseVO> updateDeviceSettings(List<Integer> deviceIds, List<PropertyItemVO> settings) throws SUPAdminException;

Returns

If successful, returns silently. If unsuccessful, returns SUPAdminException.

Examples