Feedback States
Feedback state model
{
id: 1,
caption: "Unprocessed"
}
Feedback states enum (each numeric value can be used as a type ID in requests)
Unprocessed = 1,
Processed = 2
Last updated
Was this helpful?