POST api/DeleteInvestmentCategory?clientId={clientId}&userId={userId}&investmentCategoryId={investmentCategoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
Required |
|
| userId | integer |
Required |
|
| investmentCategoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
BaseApiResponse| Name | 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"
]
}