Evaluation Input
assessments
List of the evaluation criteria expected by the operator.
comment
A brief comment associated with the evaluation to explain the mark
grade
The global mark of the evaluation which is an integer among 0, 1, 2, 3, 4, 5.
visible
The visibility of the evaluation (visible by default)
Sample
{ "assessments": [ { "__typename": "AssessmentInput" } ], "comment": "Example String", "grade": "Example Custom Scalar", "visible": true }
Thread Details Input
body
Body of the first message of the thread.
to
Message recipients. Valid values are: OPERATOR, SHOP, CUSTOMER
topic
The topic can either have a free or a fixed value depending on the topic type
Sample
{ "body": "Example String", "to": [ "Example String" ], "topic": { "__typename": "TopicInput" } }
Referenced in
Reply To Thread Input
attachments
Files to attach to the thread.
body
Body of the message to add to the thread.
to
Message recipients.
topic
New topic for the thread. Leave empty to keep the current topic.
Sample
{ "attachments": [ { "__typename": "AttachmentInput" } ], "body": "Example String", "to": [ { "__typename": "RecipientInput" } ], "topic": { "__typename": "TopicInput" } }