POST api/Convention/PostPallierConvention
Request Information
URI Parameters
None.
Body Parameters
ConventionPallierDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdPallierConvention | integer |
None. |
|
| IdConvention | integer |
None. |
|
| MinPallier | decimal number |
None. |
|
| MaxPallier | decimal number |
None. |
|
| Valeur | decimal number |
None. |
|
| NatureValeur | string |
None. |
|
| CreateOn | date |
None. |
|
| ModifiedOn | date |
None. |
|
| CreateBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdPallierConvention": 1,
"IdConvention": 2,
"MinPallier": 3.0,
"MaxPallier": 4.0,
"Valeur": 5.0,
"NatureValeur": "sample string 6",
"CreateOn": "2025-11-08T10:54:57.5490459+01:00",
"ModifiedOn": "2025-11-08T10:54:57.5490459+01:00",
"CreateBy": 1,
"ModifiedBy": 1,
"IsDeleted": true
}
application/xml, text/xml
Sample:
<ConventionPallierDto 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-11-08T10:54:57.5490459+01:00</CreateOn> <IdConvention>2</IdConvention> <IdPallierConvention>1</IdPallierConvention> <IsDeleted>true</IsDeleted> <MaxPallier>4</MaxPallier> <MinPallier>3</MinPallier> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-11-08T10:54:57.5490459+01:00</ModifiedOn> <NatureValeur>sample string 6</NatureValeur> <Valeur>5</Valeur> </ConventionPallierDto>
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. |