The status of a estimate
Default value
Due to default enum behaviour, fields of this type will have the following value if not specified:Draft
Allowable values
Please refer to the below table for the range of allowable values for this type:
Value | Index |
---|---|
Draft | 0 |
Submitted | 1 |
The following example shows how the data should appear when assigning a value to a field of this type:
Type:
QuoteStatus
{"fieldName": "Draft",... or ..."fieldName": 0,}
Using the string
representation of the enum value is preferred.
Fields of this type should be considered required. Enums have default behaviour that can cause unexpected issues. Please ensure you always specify a valid value.