PUT ./avertismente

It is used to update a warning.

POST parameters

NameValue TypeValidationDetails
avtIDintRequiredWarning ID.
avtDataintRequiredWarning date; rfc_date;
avtNumarintRequiredWarning number.
avtMotivstringRequiredReason for warning.
avtShowInReportsintOptionalvalues[0,1]; Show in reports.

Validation

Error FieldError CodeError Message
avtData101avtData not in asc date range.
avtNumar20The field must contain a number greater than zero.
avtShowInReports26The field must contain a one of the following values: %%.

Output example

{
"result": true
}