PUT api/Conformite/PutProfilInvestissementClient/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ProfilInvestissementClientDto
NameDescriptionTypeAdditional information
IdClient

decimal number

None.

IdNiveauRendement

integer

None.

IdPeriodiciteRendement

integer

None.

IdAversionRisque

integer

None.

IdContrainteLiquidite

integer

None.

IdHorizonPlacement

integer

None.

CreateOn

date

None.

ModifiedOn

date

None.

CreateBy

integer

None.

ModifiedBy

integer

None.

IsDeleted

boolean

None.

IdProfilInvestissementClient

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdClient": 1.0,
  "IdNiveauRendement": 2,
  "IdPeriodiciteRendement": 3,
  "IdAversionRisque": 4,
  "IdContrainteLiquidite": 5,
  "IdHorizonPlacement": 6,
  "CreateOn": "2025-10-27T13:34:53.529087+01:00",
  "ModifiedOn": "2025-10-27T13:34:53.529087+01:00",
  "CreateBy": 1,
  "ModifiedBy": 1,
  "IsDeleted": true,
  "IdProfilInvestissementClient": 7
}

application/xml, text/xml

Sample:
<ProfilInvestissementClientDto 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:34:53.529087+01:00</CreateOn>
  <IdAversionRisque>4</IdAversionRisque>
  <IdClient>1</IdClient>
  <IdContrainteLiquidite>5</IdContrainteLiquidite>
  <IdHorizonPlacement>6</IdHorizonPlacement>
  <IdNiveauRendement>2</IdNiveauRendement>
  <IdPeriodiciteRendement>3</IdPeriodiciteRendement>
  <IdProfilInvestissementClient>7</IdProfilInvestissementClient>
  <IsDeleted>true</IsDeleted>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedOn>2025-10-27T13:34:53.529087+01:00</ModifiedOn>
</ProfilInvestissementClientDto>

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

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.