PUT api/Parametrages/UpdateAxeClassificationEmetteur/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AxeClassificationEmetteurDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdAxeClassificationEmetteur | decimal number |
None. |
|
| Libelle | string |
None. |
|
| Description | string |
None. |
|
| IsActif | boolean |
None. |
|
| Statut | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdAxeClassificationEmetteur": 1.0,
"Libelle": "sample string 2",
"Description": "sample string 3",
"IsActif": true,
"Statut": "sample string 5"
}
application/xml, text/xml
Sample:
<AxeClassificationEmetteurDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Description>sample string 3</Description> <IdAxeClassificationEmetteur>1</IdAxeClassificationEmetteur> <IsActif>true</IsActif> <Libelle>sample string 2</Libelle> <Statut>sample string 5</Statut> </AxeClassificationEmetteurDto>
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. |