PUT api/Ecriture?lettrage={lettrage}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lettrage | string |
Required |
Body Parameters
LigneEcritureDto| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLigneEcriture | decimal number |
None. |
|
| IdEcriture | decimal number |
None. |
|
| IdCompteGeneral | decimal number |
None. |
|
| Libelle | string |
None. |
|
| Montant | decimal number |
None. |
|
| Sens | string |
None. |
|
| MontantDebit | decimal number |
None. |
|
| MontantCredit | decimal number |
None. |
|
| EstReportNouveau | boolean |
None. |
|
| Numero | string |
None. |
|
| Date | date |
None. |
|
| Code | string |
None. |
|
| Journal | string |
None. |
|
| Piece | string |
None. |
|
| IdFcp | decimal number |
None. |
|
| lettrer | boolean |
None. |
|
| lettrage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdLigneEcriture": 1.0,
"IdEcriture": 1.0,
"IdCompteGeneral": 1.0,
"Libelle": "sample string 2",
"Montant": 1.0,
"Sens": "sample string 3",
"MontantDebit": 1.0,
"MontantCredit": 1.0,
"EstReportNouveau": true,
"Numero": "sample string 4",
"Date": "2025-10-27T13:33:50.8883933+01:00",
"Code": "sample string 5",
"Journal": "sample string 6",
"Piece": "sample string 7",
"IdFcp": 1.0,
"lettrer": true,
"lettrage": "sample string 8"
}
application/xml, text/xml
Sample:
<LigneEcritureDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Code>sample string 5</Code> <Date>2025-10-27T13:33:50.8883933+01:00</Date> <EstReportNouveau>true</EstReportNouveau> <IdCompteGeneral>1</IdCompteGeneral> <IdEcriture>1</IdEcriture> <IdFcp>1</IdFcp> <IdLigneEcriture>1</IdLigneEcriture> <Journal>sample string 6</Journal> <Libelle>sample string 2</Libelle> <Montant>1</Montant> <MontantCredit>1</MontantCredit> <MontantDebit>1</MontantDebit> <Numero>sample string 4</Numero> <Piece>sample string 7</Piece> <Sens>sample string 3</Sens> <lettrage>sample string 8</lettrage> <lettrer>true</lettrer> </LigneEcritureDto>
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. |