Hello,
I'm trying to update asset details using the ServiceDesk Plus CMDB API (v3), specifically to assign assets to users. However, I'm encountering issues with the update operation.
Environment:
- ServiceDesk Plus version: [your version]
- Using Python with requests library
- Have valid TECHNICIAN_KEY with admin access
What I've tried:
1. Using XML format:
<value>Asset description</value></API>
2. Tried different XML structures including: - Using `<operation name="update">` - Using `<citype>` with `<update-fields>`The API consistently returns:
"message": "No field(s) specified to update.","status": "Mandatory input is empty or not found.",}
1. What is the correct XML structure for updating asset details?2. Are there specific permissions needed for asset updates?3. Could you provide a working example of updating an asset's Site/Owner?Any help or documentation would be greatly appreciated.