POST api/Parametrages/CreateTiers
Request Information
URI Parameters
None.
Body Parameters
usp_Tiers_Select_ResultDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| IdTiers | integer | None. | |
| IdTiersType | integer | None. | |
| Nom | string | None. | |
| Reference | string | None. | |
| IsDeleted | boolean | None. | |
| DateCreation | date | None. | |
| DateMaj | date | None. | |
| CreatedBy | integer | None. | |
| ModifiedBy | integer | None. | |
| Libelle | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "IdTiers": 1,
  "IdTiersType": 2,
  "Nom": "sample string 3",
  "Reference": "sample string 4",
  "IsDeleted": true,
  "DateCreation": "2025-10-27T13:31:24.2165748+01:00",
  "DateMaj": "2025-10-27T13:31:24.2165748+01:00",
  "CreatedBy": 7,
  "ModifiedBy": 1,
  "Libelle": "sample string 8"
}
        application/xml, text/xml
            Sample:
        <usp_Tiers_Select_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <CreatedBy>7</CreatedBy> <DateCreation>2025-10-27T13:31:24.2165748+01:00</DateCreation> <DateMaj>2025-10-27T13:31:24.2165748+01:00</DateMaj> <IdTiers>1</IdTiers> <IdTiersType>2</IdTiersType> <IsDeleted>true</IsDeleted> <Libelle>sample string 8</Libelle> <ModifiedBy>1</ModifiedBy> <Nom>sample string 3</Nom> <Reference>sample string 4</Reference> </usp_Tiers_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. |