Using a String as a Status

Prev Next

Our model validation will only accept strings within the status strings, provided they match one of the valid statuses listed. If you attempt to use a string as a status that is not valid, an error will be returned.

The status needs to match the status enum in the model seen in Swagger. After a valid status is passed in, it must follow the normal workflow rules of the Web Central system.

view string as status