PUT api/Fcp/PutParametresCarryInterest

Request Information

URI Parameters

None.

Body Parameters

ParametresCarryInterestDto
NameDescriptionTypeAdditional information
IdParametresCarryInterest

decimal number

None.

IdFcp

decimal number

None.

IdFcpSerieLieAuCI

decimal number

None.

LibelleSerie

string

None.

TauxCarryInterest

decimal number

None.

TauxHurdleRate

decimal number

None.

TauxCatchUp

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "IdParametresCarryInterest": 1.0,
  "IdFcp": 2.0,
  "IdFcpSerieLieAuCI": 3.0,
  "LibelleSerie": "sample string 4",
  "TauxCarryInterest": 5.0,
  "TauxHurdleRate": 6.0,
  "TauxCatchUp": 7.0
}

application/xml, text/xml

Sample:
<ParametresCarryInterestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <IdFcp>2</IdFcp>
  <IdFcpSerieLieAuCI>3</IdFcpSerieLieAuCI>
  <IdParametresCarryInterest>1</IdParametresCarryInterest>
  <LibelleSerie>sample string 4</LibelleSerie>
  <TauxCarryInterest>5</TauxCarryInterest>
  <TauxCatchUp>7</TauxCatchUp>
  <TauxHurdleRate>6</TauxHurdleRate>
</ParametresCarryInterestDto>

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 'ParametresCarryInterestDto'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.