PUT api/ClientGoalSettings/UpdateClientGoalSetting/{clientGoalSettingId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientGoalSettingId | integer |
Required |
Body Parameters
UpdateClientGoalSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| percent | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"percent": 2
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.