- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Patch Activity
PATCH
https://backend.test-hyegro.com/activities/{activity_id}
Request
Path Params
activity_id
integer
Activity Id
Query Params
schema
Schema
Any of
Body Params application/json
title
Title
Any of
type
Type
Any of
status
Status
Any of
description
Description
Any of
due_date
Due Date
Any of
starttime
Starttime
Any of
endtime
Endtime
Any of
parent_table_id
Parent Table Id
Any of
parent_table
Parent Table
Any of
assigned_to
Assigned To
Any of
assigned_to_name
Assigned To Name
Any of
all_day
All Day
Any of
Default:
false
color
Color
Any of
Default:
#edc949
check_in_time
Check In Time
Any of
check_in_longitude
Check In Longitude
Any of
check_in_latitude
Check In Latitude
Any of
check_out_time
Check Out Time
Any of
check_out_longitude
Check Out Longitude
Any of
check_out_latitude
Check Out Latitude
Any of
address
Address
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
created_by
Created By
Any of
created_by_name
Created By Name
Any of
updated_by
Updated By
Any of
updated_by_name
Updated By Name
Any of
Example
{
"title": "string",
"type": "string",
"status": "string",
"description": "string",
"due_date": "2019-08-24T14:15:22Z",
"starttime": "14:15:22Z",
"endtime": "14:15:22Z",
"parent_table_id": 0,
"parent_table": "string",
"assigned_to": 0,
"assigned_to_name": "string",
"all_day": true,
"color": "string",
"check_in_time": "2019-08-24T14:15:22Z",
"check_in_longitude": "string",
"check_in_latitude": "string",
"check_out_time": "2019-08-24T14:15:22Z",
"check_out_longitude": "string",
"check_out_latitude": "string",
"address": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"created_by_name": "string",
"updated_by": 0,
"updated_by_name": "string"
}
Responses
🟢200OK
application/json
Body
title
Title
Any of
type
Type
Any of
status
Status
Any of
description
Description
Any of
due_date
Due Date
Any of
starttime
Starttime
Any of
endtime
Endtime
Any of
parent_table_id
Parent Table Id
Any of
parent_table
Parent Table
Any of
assigned_to
Assigned To
Any of
assigned_to_name
Assigned To Name
Any of
all_day
All Day
Any of
Default:
false
color
Color
Any of
Default:
#edc949
check_in_time
Check In Time
Any of
check_in_longitude
Check In Longitude
Any of
check_in_latitude
Check In Latitude
Any of
check_out_time
Check Out Time
Any of
check_out_longitude
Check Out Longitude
Any of
check_out_latitude
Check Out Latitude
Any of
address
Address
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
created_by
Created By
Any of
created_by_name
Created By Name
Any of
updated_by
Updated By
Any of
updated_by_name
Updated By Name
Any of
id
integer
Id
entity_name
Entity Name
Any of
Example
{
"title": "string",
"type": "string",
"status": "string",
"description": "string",
"due_date": "2019-08-24T14:15:22Z",
"starttime": "14:15:22Z",
"endtime": "14:15:22Z",
"parent_table_id": 0,
"parent_table": "string",
"assigned_to": 0,
"assigned_to_name": "string",
"all_day": true,
"color": "string",
"check_in_time": "2019-08-24T14:15:22Z",
"check_in_longitude": "string",
"check_in_latitude": "string",
"check_out_time": "2019-08-24T14:15:22Z",
"check_out_longitude": "string",
"check_out_latitude": "string",
"address": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"created_by_name": "string",
"updated_by": 0,
"updated_by_name": "string",
"id": 0,
"entity_name": "string"
}
🟠422Parameter Error
Modified at 2025-04-14 16:23:20