Jupiter ERP
Account API

CreateTaskRequest

Felder, Typen und Verweise auf andere Modelle.

CreateTaskRequest (object)

FeldTypBeschreibung
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
Beispiel (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