PUT api/Parametrages/UpdateTypeTiers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
PassifTypeTiersDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| IdTypeTiers | decimal number | None. | |
| Libelle | string | None. | |
| CreateOn | date | None. | |
| ModifiedOn | date | None. | |
| CreateBy | decimal number | None. | |
| ModifiedBy | decimal number | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "IdTypeTiers": 1.0,
  "Libelle": "sample string 2",
  "CreateOn": "2025-10-27T13:31:19.2165729+01:00",
  "ModifiedOn": "2025-10-27T13:31:19.2165729+01:00",
  "CreateBy": 1.0,
  "ModifiedBy": 1.0
}
        application/xml, text/xml
            Sample:
        <PassifTypeTiersDto 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-10-27T13:31:19.2165729+01:00</CreateOn> <IdTypeTiers>1</IdTypeTiers> <Libelle>sample string 2</Libelle> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-10-27T13:31:19.2165729+01:00</ModifiedOn> </PassifTypeTiersDto>
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. |