POST api/Echeance

Request Information

URI Parameters

None.

Body Parameters

EcheanceDto
NameDescriptionTypeAdditional information
IdEcheance

decimal number

None.

IdTitre

decimal number

None.

Libelle

string

None.

DateEcheance

date

None.

NombreTitre

decimal number

None.

CapitalDebutPeriode

decimal number

None.

Amortissement

decimal number

None.

Interet

decimal number

None.

CapitalRembourse

decimal number

None.

CapitalRestant

decimal number

None.

Annuite

decimal number

None.

ModifiedOn

date

None.

CreateBy

decimal number

None.

Status

boolean

None.

CreateOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "IdEcheance": 1.0,
  "IdTitre": 1.0,
  "Libelle": "sample string 2",
  "DateEcheance": "2025-10-27T13:31:14.7478288+01:00",
  "NombreTitre": 1.0,
  "CapitalDebutPeriode": 1.0,
  "Amortissement": 1.0,
  "Interet": 1.0,
  "CapitalRembourse": 1.0,
  "CapitalRestant": 1.0,
  "Annuite": 1.0,
  "ModifiedOn": "2025-10-27T13:31:14.7478288+01:00",
  "CreateBy": 1.0,
  "Status": true,
  "CreateOn": "2025-10-27T13:31:14.7478288+01:00"
}

application/xml, text/xml

Sample:
<EcheanceDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <Amortissement>1</Amortissement>
  <Annuite>1</Annuite>
  <CapitalDebutPeriode>1</CapitalDebutPeriode>
  <CapitalRembourse>1</CapitalRembourse>
  <CapitalRestant>1</CapitalRestant>
  <CreateBy>1</CreateBy>
  <CreateOn>2025-10-27T13:31:14.7478288+01:00</CreateOn>
  <DateEcheance>2025-10-27T13:31:14.7478288+01:00</DateEcheance>
  <IdEcheance>1</IdEcheance>
  <IdTitre>1</IdTitre>
  <Interet>1</Interet>
  <Libelle>sample string 2</Libelle>
  <ModifiedOn>2025-10-27T13:31:14.7478288+01:00</ModifiedOn>
  <NombreTitre>1</NombreTitre>
  <Status>true</Status>
</EcheanceDto>

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

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.