Jupiter ERP
Account API

CreateTaskGroupRequest

Fields, types, and references to other models.

CreateTaskGroupRequest (object)

FieldTypeDescription
entity_id*integer
entity_type*string
name*string
orderinginteger
Example (JSON)
{
  "name": "string",
  "ordering": 0,
  "entity_type": "string",
  "entity_id": 0
}
Schema CreateTaskGroupRequest · Jupiter ERP