v1
latestOpenAPI 3.1.02026-07-242442479.7 KBUpdate a Custom Object Record
put/api/record/{objectcode}/{id}
Path parameters
idstring required
Use the GUID of a custom object record.
objectcodeinteger required
Use the number of the custom object which the record used above belongs to.
Request body
Response
200
Example response
{
"success": true,
"data": "Record ID"
}