PUT api/Parametrages/UpdateSegment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PassifSegmentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSegment | byte |
None. |
|
| Libelle | string |
None. |
|
| DateCreation | date |
None. |
|
| DateMaj | date |
None. |
|
| CreatedBy | decimal number |
None. |
|
| ModifiedBy | decimal number |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdSegment": 64,
"Libelle": "sample string 2",
"DateCreation": "2025-10-27T13:29:31.279052+01:00",
"DateMaj": "2025-10-27T13:29:31.279052+01:00",
"CreatedBy": 1.0,
"ModifiedBy": 1.0,
"IsDeleted": true
}
application/xml, text/xml
Sample:
<PassifSegmentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <CreatedBy>1</CreatedBy> <DateCreation>2025-10-27T13:29:31.279052+01:00</DateCreation> <DateMaj>2025-10-27T13:29:31.279052+01:00</DateMaj> <IdSegment>64</IdSegment> <IsDeleted>true</IsDeleted> <Libelle>sample string 2</Libelle> <ModifiedBy>1</ModifiedBy> </PassifSegmentDto>
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. |