How to update a row in a custom object
Audience:
•
Version: 10
Some tooltip text!
• 1 minute to read
• 1 minute to read
Request
To delete a row using the DatabaseTable
agent, specify the TableName
and Id
as body parameters.
POST https://{{env}}.superoffice.com/{{tenant}}/api/v1/Agents/DatabaseTable/DeleteRow HTTP/1.1
Authorization: Bearer {{token}}
Accept: application/json; charset=utf-8
Content-Type: application/json
{
"TableName": "y_equipment",
"Id": "2"
}
For details, see the DatabaseTable agent reference.
Response
HTTP/1.1 204 No Content