PUT ./avertismente
It is used to update a warning.
POST parameters
Name | Value Type | Validation | Details |
---|---|---|---|
avtID | int | Required | Warning ID. |
avtData | int | Required | Warning date; rfc_date; |
avtNumar | int | Required | Warning number. |
avtMotiv | string | Required | Reason for warning. |
Validation
Error Field | Error Code | Error Message |
---|---|---|
avtData | 101 | avtData not in asc date range. |
Output example
{"result": true}