Jupiter ERP
Account API

CreateCommentRequest

Fields, types, and references to other models.

CreateCommentRequest (object)

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

array

Elements

string (binary)

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