ZRM Docs
API ReferencePoi

poi.flag

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
entityTypeenum(note, inbound_email, service_ticket, project, quote, invoice, asset, site, work_order, account, drive_file, opportunity, activity_log_event, calendar_event, contact)YesEntity type
entityRefIdstring.uuidYesID of the associated entity ref
notestringYesNote

Example

{
  "entityType": "note",
  "entityRefId": "550e8400-e29b-41d4-a716-446655440000",
  "note": "example"
}

On this page