Create activity_log

This is a POST request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response. A successful POST request typically returns

POST
1.0.0 01-08-2026

Body parameters

module string Example: manual_activity_log
data array Example:
[
  {
    "field": "action",
    "value": "created"
  },
  {
    "field": "created_by",
    "value": "1"
  },
  {
    "field": "log_type",
    "value": "shop"
  },
  {
    "field": "log_type_title",
    "value": "Ruvenss G. Wilches create a shop"
  },
  {
    "field": "changes",
    "value": "a:2:{s:29:\"Merchant Status[:1,text,0,1:]\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:4:\"Live\";}s:23:\"Source[:27,select,0,1:]\";a:2:{s:4:\"from\";s:0:\"\";s:2:\"to\";s:8:\"LinkedIN\";}}"
  },
  {
    "field": "log_type_id",
    "value": "200"
  },
  {
    "field": "log_for",
    "value": "orderlemon"
  }
]