PUT api/SgpTypeMouvement

Request Information

URI Parameters

None.

Body Parameters

TypeMouvement
NameDescriptionTypeAdditional information
IdTypeMouvement

integer

None.

Code

string

None.

Libelle

string

None.

Sens

string

None.

CodeJournal

string

None.

Afficher

boolean

None.

EstSchemaComptable

boolean

None.

DateCreation

date

None.

DateMaj

date

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IdTypeMouvement": 1,
  "Code": "sample string 2",
  "Libelle": "sample string 3",
  "Sens": "sample string 4",
  "CodeJournal": "sample string 5",
  "Afficher": true,
  "EstSchemaComptable": true,
  "DateCreation": "2025-12-17T07:05:38.9862462+01:00",
  "DateMaj": "2025-12-17T07:05:38.9862462+01:00",
  "CreatedBy": 1,
  "ModifiedBy": 1
}

application/xml, text/xml

Sample:
<TypeMouvement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Dal.data">
  <Afficher>true</Afficher>
  <Code>sample string 2</Code>
  <CodeJournal>sample string 5</CodeJournal>
  <CreatedBy>1</CreatedBy>
  <DateCreation>2025-12-17T07:05:38.9862462+01:00</DateCreation>
  <DateMaj>2025-12-17T07:05:38.9862462+01:00</DateMaj>
  <EstSchemaComptable>true</EstSchemaComptable>
  <IdTypeMouvement>1</IdTypeMouvement>
  <Libelle>sample string 3</Libelle>
  <ModifiedBy>1</ModifiedBy>
  <Sens>sample string 4</Sens>
</TypeMouvement>

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 'TypeMouvement'.

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.