Currently, I'm facing a problem with DataVerse. I try to update the pre-defined statuscode
column through the Web API using C# (and Postman).
I've tried to update with these lines of code
{
"statuscode": 1
}
The error is
1 is not a valid status code for state code (Entity)State.Inactive on (Entity) with Id.
Can anyone help me?
Thanks!