PUT api/ClientGoalSettings/UpdateClientGoalSetting/{clientGoalSettingId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientGoalSettingId

integer

Required

Body Parameters

UpdateClientGoalSettingDto
NameDescriptionTypeAdditional information
id

integer

None.

percent

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "percent": 2
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateClientGoalSettingDto'.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional 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.