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" } }
Additional Field Value Input
boolean Additional Field Value
date Additional Field Value Input
link Additional Field Value
string List Additional Field Value
multiple Values String List Additional Field Value
numeric Additional Field Value
regex Field Value
string Additional Field Value
text Area Additional Field Value
Sample
{ "booleanAdditionalFieldValue": { "__typename": "BooleanAdditionalFieldValueInput" }, "dateAdditionalFieldValueInput": { "__typename": "DateAdditionalFieldValueInput" }, "linkAdditionalFieldValue": { "__typename": "LinkAdditionalFieldValueInput" }, "stringListAdditionalFieldValue": { "__typename": "StringListAdditionalFieldValueInput" }, "multipleValuesStringListAdditionalFieldValue": { "__typename": "MultipleValuesStringListAdditionalFieldValueInput" }, "numericAdditionalFieldValue": { "__typename": "NumericAdditionalFieldValueInput" }, "regexFieldValue": { "__typename": "RegexAdditionalFieldValueInput" }, "stringAdditionalFieldValue": { "__typename": "StringAdditionalFieldValueInput" }, "textAreaAdditionalFieldValue": { "__typename": "TextAreaAdditionalFieldValueInput" } }