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