POST api/Parametrages/CreateVille
Request Information
URI Parameters
None.
Body Parameters
usp_Ville_Select_ResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdVille | integer |
None. |
|
| IdPays | decimal number |
None. |
|
| Libelle | string |
None. |
|
| LibellePays | string |
None. |
|
| Actif | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| DateCreation | date |
None. |
|
| DateMaj | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdVille": 1,
"IdPays": 2.0,
"Libelle": "sample string 3",
"LibellePays": "sample string 4",
"Actif": true,
"IsDeleted": true,
"DateCreation": "2025-10-27T13:29:30.1071943+01:00",
"DateMaj": "2025-10-27T13:29:30.1071943+01:00",
"CreatedBy": 7,
"ModifiedBy": 1
}
application/xml, text/xml
Sample:
<usp_Ville_Select_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Actif>true</Actif> <CreatedBy>7</CreatedBy> <DateCreation>2025-10-27T13:29:30.1071943+01:00</DateCreation> <DateMaj>2025-10-27T13:29:30.1071943+01:00</DateMaj> <IdPays>2</IdPays> <IdVille>1</IdVille> <IsDeleted>true</IsDeleted> <Libelle>sample string 3</Libelle> <LibellePays>sample string 4</LibellePays> <ModifiedBy>1</ModifiedBy> </usp_Ville_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. |