POST api/Conformite/PostProfilInvestissementFcp

Request Information

URI Parameters

None.

Body Parameters

ProfilInvestissementFcpDto
NameDescriptionTypeAdditional information
IdProfilInvestissementFcp

integer

None.

IdFcp

decimal number

None.

IdNiveauRendement

integer

None.

IdPeriodiciteRendement

integer

None.

IdToleranceRisque

integer

None.

IdToleranceInflation

integer

None.

IdContrainteLiquidite

integer

None.

IdHorizonPlacement

integer

None.

CreateOn

date

None.

ModifiedOn

date

None.

CreateBy

integer

None.

ModifiedBy

integer

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdProfilInvestissementFcp": 1,
  "IdFcp": 2.0,
  "IdNiveauRendement": 3,
  "IdPeriodiciteRendement": 4,
  "IdToleranceRisque": 5,
  "IdToleranceInflation": 6,
  "IdContrainteLiquidite": 7,
  "IdHorizonPlacement": 8,
  "CreateOn": "2025-10-27T13:33:50.3415851+01:00",
  "ModifiedOn": "2025-10-27T13:33:50.3415851+01:00",
  "CreateBy": 1,
  "ModifiedBy": 1,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<ProfilInvestissementFcpDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <CreateBy>1</CreateBy>
  <CreateOn>2025-10-27T13:33:50.3415851+01:00</CreateOn>
  <IdContrainteLiquidite>7</IdContrainteLiquidite>
  <IdFcp>2</IdFcp>
  <IdHorizonPlacement>8</IdHorizonPlacement>
  <IdNiveauRendement>3</IdNiveauRendement>
  <IdPeriodiciteRendement>4</IdPeriodiciteRendement>
  <IdProfilInvestissementFcp>1</IdProfilInvestissementFcp>
  <IdToleranceInflation>6</IdToleranceInflation>
  <IdToleranceRisque>5</IdToleranceRisque>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-10-27T13:33:50.3415851+01:00</ModifiedOn>
</ProfilInvestissementFcpDto>

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

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.