PUT api/Journal/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
Journal| Name | Description | Type | Additional information | 
|---|---|---|---|
| IdJournal | decimal number | None. | |
| Code | string | None. | |
| Libelle | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "IdJournal": 1.0,
  "Code": "sample string 2",
  "Libelle": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <Journal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Dal.data"> <Code>sample string 2</Code> <IdJournal>1</IdJournal> <Libelle>sample string 3</Libelle> </Journal>
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. |