PUT api/CompteGeneral/UpdateCompteCourant/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
CompteCourantDto| Name | Description | Type | Additional information | 
|---|---|---|---|
| IdCompteCourant | decimal number | None. | |
| IdFCP | decimal number | None. | |
| Libelle | string | None. | |
| DateOuverture | date | None. | |
| DateValeur | date | None. | |
| Numero | string | None. | |
| TauxNet | decimal number | None. | |
| IdCompteGeneral | decimal number | None. | |
| NbreJour | integer | None. | |
| InteretCourru | decimal number | None. | |
| SeuilRenumeration | decimal number | None. | |
| Status | boolean | None. | |
| CreateOn | date | None. | |
| ModifiedOn | date | None. | |
| CreateBy | decimal number | None. | |
| ModifiedBy | decimal number | None. | |
| Solde | decimal number | None. | |
| Etat | string | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "IdCompteCourant": 1.0,
  "IdFCP": 2.0,
  "Libelle": "sample string 3",
  "DateOuverture": "2025-10-27T13:31:19.9353247+01:00",
  "DateValeur": "2025-10-27T13:31:19.9353247+01:00",
  "Numero": "sample string 6",
  "TauxNet": 7.0,
  "IdCompteGeneral": 8.0,
  "NbreJour": 9,
  "InteretCourru": 10.0,
  "SeuilRenumeration": 11.0,
  "Status": true,
  "CreateOn": "2025-10-27T13:31:19.9353247+01:00",
  "ModifiedOn": "2025-10-27T13:31:19.9353247+01:00",
  "CreateBy": 1.0,
  "ModifiedBy": 1.0,
  "Solde": 13.0,
  "Etat": "sample string 14"
}
        application/xml, text/xml
            Sample:
        <CompteCourantDto 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.9353247+01:00</CreateOn> <DateOuverture>2025-10-27T13:31:19.9353247+01:00</DateOuverture> <DateValeur>2025-10-27T13:31:19.9353247+01:00</DateValeur> <Etat>sample string 14</Etat> <IdCompteCourant>1</IdCompteCourant> <IdCompteGeneral>8</IdCompteGeneral> <IdFCP>2</IdFCP> <InteretCourru>10</InteretCourru> <Libelle>sample string 3</Libelle> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-10-27T13:31:19.9353247+01:00</ModifiedOn> <NbreJour>9</NbreJour> <Numero>sample string 6</Numero> <SeuilRenumeration>11</SeuilRenumeration> <Solde>13</Solde> <Status>true</Status> <TauxNet>7</TauxNet> </CompteCourantDto>
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. |