Jupiter ERP
Account API

UpdateTaskRequest

Fields, types, and references to other models.

UpdateTaskRequest (object)

FieldTypeDescription
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)
Example (JSON)
{
  "name": "string",
  "description": "string",
  "account_user_id": 0,
  "closed": true,
  "due_at": null,
  "priority_type": null
}
Schema UpdateTaskRequest · Jupiter ERP