GET api/quotes/status
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
QuoteStatusModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
Step | integer |
None. |
|
Color | string |
None. |
|
Filter | boolean |
None. |
|
ValidationErrors | string |
None. |
|
SaveState | enuState |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Step": 3, "Color": "sample string 4", "Filter": true, "ValidationErrors": "sample string 6", "SaveState": 0 }
application/xml, text/xml
Sample:
<QuoteStatusModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <SaveState>Unchanged</SaveState> <Id>1</Id> <Name>sample string 2</Name> <Step>3</Step> <Color>sample string 4</Color> <Filter>true</Filter> <ValidationErrors>sample string 6</ValidationErrors> </QuoteStatusModel>