POST ./conduita/motive
It is used to add a predefined reason for behavior.
If parameter cmeTip has a score cmePunctaj will become mandatory too.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| cmTip | int | Required | Behavior type. |
| cmText | string | Required | The reason for the behavior. |
| cmPunctaj | int | Optional | The score for the behavior. |
Output example
{"cmID": 85}
