PUT api/DividendeInvestissement/PutDelete
Request Information
URI Parameters
None.
Body Parameters
DividendeInvestissementDto| Name | Description | Type | Additional 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:
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. |