Jupiter ERP
Account API

UpdateTaskRequest

Felder, Typen und Verweise auf andere Modelle.

UpdateTaskRequest (object)

FeldTypBeschreibung
account_user_idinteger
closedboolean
descriptionstring
due_atallOf(1)

Timestamp in W3C format, will be saved in UTC time +00:00

name*string
priority_typeallOf(1)
Beispiel (JSON)
{
  "name": "string",
  "description": "string",
  "account_user_id": 0,
  "closed": true,
  "due_at": null,
  "priority_type": null
}
Schema UpdateTaskRequest · Jupiter ERP