POST api/Fcp/PostTypeFond
Request Information
URI Parameters
None.
Body Parameters
TypeFondDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdTypeFond | decimal number |
None. |
|
| Libelle | string |
None. |
|
| CreateOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| CreateBy | decimal number |
None. |
|
| ModifiedBy | decimal number |
None. |
|
| Status | boolean |
None. |
|
| TauxAction | decimal number |
None. |
|
| TauxOPCVM | decimal number |
None. |
|
| TauxObligation | decimal number |
None. |
|
| TauxBTC | decimal number |
None. |
|
| TauxLiquidite | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdTypeFond": 1.0,
"Libelle": "sample string 2",
"CreateOn": "2025-10-27T13:29:38.9196876+01:00",
"ModifiedOn": "2025-10-27T13:29:38.9196876+01:00",
"CreateBy": 1.0,
"ModifiedBy": 1.0,
"Status": true,
"TauxAction": 4.0,
"TauxOPCVM": 5.0,
"TauxObligation": 6.0,
"TauxBTC": 7.0,
"TauxLiquidite": 8.0
}
application/xml, text/xml
Sample:
<TypeFondDto 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:29:38.9196876+01:00</CreateOn> <IdTypeFond>1</IdTypeFond> <Libelle>sample string 2</Libelle> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-10-27T13:29:38.9196876+01:00</ModifiedOn> <Status>true</Status> <TauxAction>4</TauxAction> <TauxBTC>7</TauxBTC> <TauxLiquidite>8</TauxLiquidite> <TauxOPCVM>5</TauxOPCVM> <TauxObligation>6</TauxObligation> </TypeFondDto>
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. |