POST api/CarriedInterest/Post
Request Information
URI Parameters
None.
Body Parameters
CarridInterrestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFcp | integer |
None. |
|
| Annee | integer |
None. |
|
| ResultatDistribuable | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdFcp": 1,
"Annee": 2,
"ResultatDistribuable": 1.0
}
application/xml, text/xml
Sample:
<CarridInterrestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Annee>2</Annee> <IdFcp>1</IdFcp> <ResultatDistribuable>1</ResultatDistribuable> </CarridInterrestDto>
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. |