PUT api/PalierFraisGestion/Put/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PalierFraisGestionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPalierFraisGestion | decimal number |
None. |
|
| IdFcp | decimal number |
None. |
|
| ActifMin | decimal number |
None. |
|
| ActifMax | decimal number |
None. |
|
| TauxFG | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdPalierFraisGestion": 1.0,
"IdFcp": 2.0,
"ActifMin": 3.0,
"ActifMax": 4.0,
"TauxFG": 5.0
}
application/xml, text/xml
Sample:
<PalierFraisGestionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <ActifMax>4</ActifMax> <ActifMin>3</ActifMin> <IdFcp>2</IdFcp> <IdPalierFraisGestion>1</IdPalierFraisGestion> <TauxFG>5</TauxFG> </PalierFraisGestionDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |