GET api/GetInvestmentCategoryColorList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfInvestmentCategoryColorModelName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of InvestmentCategoryColorModel |
None. |
|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "InvestmentCategoryColorId": 1, "ColorCode": "sample string 2", "CategoryName": "sample string 3" }, { "InvestmentCategoryColorId": 1, "ColorCode": "sample string 2", "CategoryName": "sample string 3" } ], "Success": true, "Message": [ "sample string 1", "sample string 2" ] }