modifies particular device details
put /api/v1/mdm/devices/{device_id}
https://{server-hostname}:8383/api/v1/mdm/devices/{device_id}
MDMDeviceMgmt.UPDATECopied!
Authorization: d92d4xxxxxxxxxxxxx15f52
Unique identifier of the device. Obtain from the Get Device List response
Name of the device
Display name of the device
Description of the device
Asset tag information for the device
Owner of the device asset
Office location assigned to the device
Branch location of the device
Physical location of the device
Area manager responsible for the device
Purchase date in milliseconds since epoch
Purchase order number for the device
Purchase price of the device
Purchase type of the device (e.g., Reseller, Vendor)
Warranty expiration date in milliseconds since epoch
Warranty number of the device
Warranty type (e.g., WithService, WithoutService)
APN username for the device
APN password for the device
Device registration time in milliseconds since epoch
Enrollment request time in milliseconds since epoch
curl --request PUT \
--url https://appdomain/api/v1/mdm/devices/{device_id} \
--header 'Accept: application/json' \
--header 'Authorization: d92d4xxxxxxxxxxxxx15f52' \
--header 'Content-Type: application/json' \
--data '{"purchase_type":"Reseller","warranty_number":"SJSU64728372","apn_password":"zylker@123","asset_tag":"ZY-IPAD-0012","description":"Belong to Zylker Inc - Sales Team","enrollment_request_time":1527984500000,"office":"North Plaza,CA","warranty_type":"WithService","branch":"North America - Plaza","apn_username":"zylker","device_name":"Zylker-Sales-iPad-12","warranty_expiration_date":1530057600000,"registered_time":1527984000000,"name":"Zylker-Sales-iPad-12","purchase_price":"65000","asset_owner":"John Smith","purchase_order_number":"SR2Ik56779","location":"Building 3, Floor 2","area_manager":"Mary Doe","purchase_date":1527984000000}'Update editable device attributes such as asset/warranty/owner information
{
"purchase_type": "Reseller",
"warranty_number": "SJSU64728372",
"apn_password": "zylker@123",
"asset_tag": "ZY-IPAD-0012",
"description": "Belong to Zylker Inc - Sales Team",
"enrollment_request_time": 1527984500000,
"office": "North Plaza,CA",
"warranty_type": "WithService",
"branch": "North America - Plaza",
"apn_username": "zylker",
"device_name": "Zylker-Sales-iPad-12",
"warranty_expiration_date": 1530057600000,
"registered_time": 1527984000000,
"name": "Zylker-Sales-iPad-12",
"purchase_price": "65000",
"asset_owner": "John Smith",
"purchase_order_number": "SR2Ik56779",
"location": "Building 3, Floor 2",
"area_manager": "Mary Doe",
"purchase_date": 1527984000000
}
Mobile Equipment Identifier
Warranty number
Cellular technology type: 1 - None, 2 - GSM, 3 - CDMA
Office location
APN username
Device model name
Warranty expiration date in milliseconds
Purchase order number
Device model identifier
Purchase type
Available external storage (GB)
Asset tag
Available RAM (MB)
Warranty type
Product/manufacturer name
Baseband firmware version
Purchase price
Purchase date in milliseconds
Total device capacity (GB)
Whether Lost Mode is enabled
Device description
Managed device resource identifier
Operating system name (e.g., Android, iOS)
Device details updated successfully
{
"meid": "SM-G935F",
"warranty_number": "SJSU64728372",
"purchase_type": "Reseller",
"available_external_capacity": "20.47",
"asset_tag": "TestDevice",
"cellular_technology": 1,
"is_lost_mode_enabled": false,
"description": "Belong to Zylker Inc",
"available_ram_memory": 983,
"managed_device_id": 9508000000013120,
"office": "North Plaza,CA",
"warranty_type": "WithService",
"apn_username": "zylker",
"product_name": "samsung",
"modem_firmware_version": "10.10.00",
"model_name": "hero2ltexx",
"warranty_expiration_date": 1530057600000,
"purchase_price": 65000,
"purchase_order_number": "SR2Ik56779",
"os_name": "Android",
"model": "SM-G935F",
"purchase_date": 1527984000000,
"device_capacity": "24.81"
}
![]()
Duration: 1 minute | Threshold: 60 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.