POST api/Fcp/PostFcpSerie

Request Information

URI Parameters

None.

Body Parameters

FcpSerieDto
NameDescriptionTypeAdditional information
IdFcpSerie

decimal number

None.

IdFcp

decimal number

None.

Libelle

string

None.

VLDepart

decimal number

None.

CapitalDepart

decimal number

None.

AffectationRevenus

string

None.

TauxDroitEntree

decimal number

None.

PartFCPDroitEntree

decimal number

None.

PartSGODroitEntree

decimal number

None.

TauxDroitSortie

decimal number

None.

PartFCPDroitSortie

decimal number

None.

PartSGODroitSortie

decimal number

None.

UtiliserPartsDecimal

boolean

None.

IdCompteGeneralStockParts

decimal number

None.

IdCompteGeneralClient

decimal number

None.

IdCompteSouscription

decimal number

None.

IdCompteRachat

decimal number

None.

NumeroCompteStockParts

string

None.

NumeroCompteClientTiers

string

None.

NumeroCompteSouscription

string

None.

NumeroCompteRachat

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdFcpSerie": 1.0,
  "IdFcp": 2.0,
  "Libelle": "sample string 3",
  "VLDepart": 4.0,
  "CapitalDepart": 5.0,
  "AffectationRevenus": "sample string 6",
  "TauxDroitEntree": 7.0,
  "PartFCPDroitEntree": 8.0,
  "PartSGODroitEntree": 9.0,
  "TauxDroitSortie": 10.0,
  "PartFCPDroitSortie": 11.0,
  "PartSGODroitSortie": 12.0,
  "UtiliserPartsDecimal": true,
  "IdCompteGeneralStockParts": 1.0,
  "IdCompteGeneralClient": 1.0,
  "IdCompteSouscription": 1.0,
  "IdCompteRachat": 1.0,
  "NumeroCompteStockParts": "sample string 14",
  "NumeroCompteClientTiers": "sample string 15",
  "NumeroCompteSouscription": "sample string 16",
  "NumeroCompteRachat": "sample string 17"
}

application/xml, text/xml

Sample:
<FcpSerieDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <AffectationRevenus>sample string 6</AffectationRevenus>
  <CapitalDepart>5</CapitalDepart>
  <IdCompteGeneralClient>1</IdCompteGeneralClient>
  <IdCompteGeneralStockParts>1</IdCompteGeneralStockParts>
  <IdCompteRachat>1</IdCompteRachat>
  <IdCompteSouscription>1</IdCompteSouscription>
  <IdFcp>2</IdFcp>
  <IdFcpSerie>1</IdFcpSerie>
  <Libelle>sample string 3</Libelle>
  <NumeroCompteClientTiers>sample string 15</NumeroCompteClientTiers>
  <NumeroCompteRachat>sample string 17</NumeroCompteRachat>
  <NumeroCompteSouscription>sample string 16</NumeroCompteSouscription>
  <NumeroCompteStockParts>sample string 14</NumeroCompteStockParts>
  <PartFCPDroitEntree>8</PartFCPDroitEntree>
  <PartFCPDroitSortie>11</PartFCPDroitSortie>
  <PartSGODroitEntree>9</PartSGODroitEntree>
  <PartSGODroitSortie>12</PartSGODroitSortie>
  <TauxDroitEntree>7</TauxDroitEntree>
  <TauxDroitSortie>10</TauxDroitSortie>
  <UtiliserPartsDecimal>true</UtiliserPartsDecimal>
  <VLDepart>4</VLDepart>
</FcpSerieDto>

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

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.