GET modules/CommercialTypes
Gets the commercial types
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
the commercial types
Flipr.Data.SQL.Modules.CommercialName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the id |
integer |
None. |
Value |
Gets or sets the text value |
string |
String length: inclusive between 0 and 50 |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Value": "sample string 2" }
text/html
Sample:
{"Id":1,"Value":"sample string 2"}