Hi,
I need to modify the device name using clover sdk or rest api and save the changes.
Hi,
I need to modify the device name using clover sdk or rest api and save the changes.
Hello,
Could you please provide us with some more information about what you're trying to accomplish, and how? You're able to change the names of your devices at https://www.clover.com/setupapp/m/{mId}/devices
, but this form is CSRF protected.
Thanks,
Mark
Hi Mark,
I am developing a taxi app that uses clover mobile, each clover device is attached to a cab, I want to be able to bulk edit device names to include cab no in it by code not manually using any app because associations may change from time to time, maybe something like the following:
Device.name = "Cab No 305" Device.Save();
Is this possible or is it read only and can't be done by code?
Thanks
You're able to Device.setName() via our SDK - would this fit your needs? Device.java
1 Person is following this question.