Jupiter ERP
Account API

CreateTaskRequest

Fields, types, and references to other models.

CreateTaskRequest (object)

FieldTypeDescription
account_user_idinteger
closedboolean
descriptionstring
due_atstringTimestamp in W3C format, will be saved in UTC time +00:00
name*string
priority_typestring

string

  • none
  • minor
  • major
  • critical
  • blocker
task_group_id*integer
Example (JSON)
{
  "name": "string",
  "description": "string",
  "account_user_id": 0,
  "closed": true,
  "due_at": "2025-01-14T13:51:15.000Z",
  "priority_type": "none",
  "task_group_id": 0
}
Schema CreateTaskRequest · Jupiter ERP