POST api/Convention/PostMiseAjourDroitDeGarde

Request Information

URI Parameters

None.

Body Parameters

FacturationDroitDeGardeParJourDto
NameDescriptionTypeAdditional information
DateDebut

date

None.

DateFin

date

None.

IdDroitDeGarde

integer

None.

IdTitre

integer

None.

DateSeance

date

None.

Libelle

string

None.

TauxDroitDeGarde

decimal number

None.

TauxComVal

decimal number

None.

TauxGestionPrive

decimal number

None.

DroitDeGarde

decimal number

None.

ComVal

decimal number

None.

GestionPrive

decimal number

None.

Total

decimal number

None.

IdFcp

decimal number

None.

IdIntermediaire

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DateDebut": "2026-01-13T13:10:02.0786923+01:00",
  "DateFin": "2026-01-13T13:10:02.0786923+01:00",
  "IdDroitDeGarde": 3,
  "IdTitre": 1,
  "DateSeance": "2026-01-13T13:10:02.0786923+01:00",
  "Libelle": "sample string 4",
  "TauxDroitDeGarde": 1.0,
  "TauxComVal": 1.0,
  "TauxGestionPrive": 1.0,
  "DroitDeGarde": 1.0,
  "ComVal": 1.0,
  "GestionPrive": 1.0,
  "Total": 1.0,
  "IdFcp": 1.0,
  "IdIntermediaire": 1
}

application/xml, text/xml

Sample:
<FacturationDroitDeGardeParJourDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <ComVal>1</ComVal>
  <DateDebut>2026-01-13T13:10:02.0786923+01:00</DateDebut>
  <DateFin>2026-01-13T13:10:02.0786923+01:00</DateFin>
  <DateSeance>2026-01-13T13:10:02.0786923+01:00</DateSeance>
  <DroitDeGarde>1</DroitDeGarde>
  <GestionPrive>1</GestionPrive>
  <IdDroitDeGarde>3</IdDroitDeGarde>
  <IdFcp>1</IdFcp>
  <IdIntermediaire>1</IdIntermediaire>
  <IdTitre>1</IdTitre>
  <Libelle>sample string 4</Libelle>
  <TauxComVal>1</TauxComVal>
  <TauxDroitDeGarde>1</TauxDroitDeGarde>
  <TauxGestionPrive>1</TauxGestionPrive>
  <Total>1</Total>
</FacturationDroitDeGardeParJourDto>

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

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.