PUT api/OrdreImporte/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

OrdreImporteDto
NameDescriptionTypeAdditional information
IdOrdreImporte

decimal number

None.

ID

integer

None.

Code

string

None.

TypeOperation

string

None.

TypeValeur

string

None.

Libelle

string

None.

TauxDroit

decimal number

None.

DateValeur

date

None.

Montant

decimal number

None.

CompteBancaire

string

None.

IsExecute

boolean

None.

CodeFcp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdOrdreImporte": 1.0,
  "ID": 1,
  "Code": "sample string 2",
  "TypeOperation": "sample string 3",
  "TypeValeur": "sample string 4",
  "Libelle": "sample string 5",
  "TauxDroit": 1.0,
  "DateValeur": "2025-12-10T04:17:47.5258825+01:00",
  "Montant": 1.0,
  "CompteBancaire": "sample string 6",
  "IsExecute": true,
  "CodeFcp": "sample string 7"
}

application/xml, text/xml

Sample:
<OrdreImporteDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated">
  <Code>sample string 2</Code>
  <CodeFcp>sample string 7</CodeFcp>
  <CompteBancaire>sample string 6</CompteBancaire>
  <DateValeur>2025-12-10T04:17:47.5258825+01:00</DateValeur>
  <ID>1</ID>
  <IdOrdreImporte>1</IdOrdreImporte>
  <IsExecute>true</IsExecute>
  <Libelle>sample string 5</Libelle>
  <Montant>1</Montant>
  <TauxDroit>1</TauxDroit>
  <TypeOperation>sample string 3</TypeOperation>
  <TypeValeur>sample string 4</TypeValeur>
</OrdreImporteDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrdreImporteDto'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.