POST api/UpdateInvestmentCategoryDisplayOrder
Request Information
URI Parameters
None.
Body Parameters
Collection of InvestmentCategoryReorderRowModelName | Description | Type | Additional information |
---|---|---|---|
InvestmentCategoryId | integer |
None. |
|
UpdatedBy | integer |
None. |
|
DisplayOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "InvestmentCategoryId": 1, "UpdatedBy": 1, "DisplayOrder": 2 }, { "InvestmentCategoryId": 1, "UpdatedBy": 1, "DisplayOrder": 2 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseApiResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": [ "sample string 1", "sample string 2" ] }