POST api/PalierDroitGarde/Post

Request Information

URI Parameters

None.

Body Parameters

PalierDroitGardeDto
NameDescriptionTypeAdditional information
IdPalierDroitGarde

decimal number

None.

IdFcp

decimal number

None.

ActifMin

decimal number

None.

ActifMax

decimal number

None.

TauxDG

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPalierDroitGarde": 1.0,
  "IdFcp": 2.0,
  "ActifMin": 3.0,
  "ActifMax": 4.0,
  "TauxDG": 5.0
}

application/xml, text/xml

Sample:
<PalierDroitGardeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <ActifMax>4</ActifMax>
  <ActifMin>3</ActifMin>
  <IdFcp>2</IdFcp>
  <IdPalierDroitGarde>1</IdPalierDroitGarde>
  <TauxDG>5</TauxDG>
</PalierDroitGardeDto>

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

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.