PUT api/Parametrages/UpdateJourFerie/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
JourFerieDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdJourFerie | integer |
None. |
|
| Jour | date |
None. |
|
| Libelle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdJourFerie": 1,
"Jour": "2025-10-27T13:32:31.0134591+01:00",
"Libelle": "sample string 2"
}
application/xml, text/xml
Sample:
<JourFerieDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <IdJourFerie>1</IdJourFerie> <Jour>2025-10-27T13:32:31.0134591+01:00</Jour> <Libelle>sample string 2</Libelle> </JourFerieDto>
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. |