v1

latestOpenAPI 3.1.02026-07-242442479.7 KB

Update 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

namestring

Name (Primary)

owneridstring

The GUID of the system user who created the record, can also be set manually. Will be used for permissions.

Response

200

successboolean
datastring
messagestring

Example response

{
  "success": true,
  "data": "Record ID"
}