Jupiter ERP
Account API

Comment

Felder, Typen und Verweise auf andere Modelle.

Comment (object)

FeldTypBeschreibung
created_atstring (date-time)Creation timestamp in ISO 8601 format.
entityobject
FeldTypBeschreibung
idinteger
namestring
entity_idinteger
entity_typestring

string

  • Contact
  • Project
  • Task
  • CustomDocument
  • Quote
  • ServiceObject
  • ServiceOrder
id*integer
text*stringHTML
updated_atstring (date-time)Last update timestamp in ISO 8601 format.
uploadsobject[]

array

Elemente

FeldTypBeschreibung
file_bytes*number
file_ext*string
file_name*string
file_type*string
id*integer
url*string (https://test.com)
userobject
FeldTypBeschreibung
image_urlstring
namestring
user_idinteger
Beispiel (JSON)
{
  "id": 0,
  "user_id": 0,
  "entity_type": "Contact",
  "entity_id": 0,
  "user": {
    "name": "string",
    "image_url": "string"
  },
  "entity": {
    "id": 0,
    "name": "string"
  },
  "text": "string"
}
Schema Comment · Jupiter ERP