PUT api/DividendeInvestissement/Put

Request Information

URI Parameters

None.

Body Parameters

DividendeInvestissementDto
NameDescriptionTypeAdditional information
IdDividendeInvestissement

decimal number

None.

IdFcp

decimal number

None.

Status

boolean

None.

IdCompteBancaire

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "IdDividendeInvestissement": 1.0,
  "IdFcp": 2.0,
  "Status": true,
  "IdCompteBancaire": 1.0
}

application/xml, text/xml

Sample:
<DividendeInvestissementDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <IdCompteBancaire>1</IdCompteBancaire>
  <IdDividendeInvestissement>1</IdDividendeInvestissement>
  <IdFcp>2</IdFcp>
  <Status>true</Status>
</DividendeInvestissementDto>

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

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.