Jupiter ERP
Account API

CreateCommentRequest

Felder, Typen und Verweise auf andere Modelle.

CreateCommentRequest (object)

FeldTypBeschreibung
entity_id*integer
entity_type*string
text*stringHTML
uploads[]string (binary)[]

array

Elemente

string (binary)

Beispiel (JSON)
{
  "entity_type": "string",
  "entity_id": 0,
  "text": "string",
  "uploads[]": [
    "string"
  ]
}
Schema CreateCommentRequest · Jupiter ERP