POST api/SgpMouvement

Request Information

URI Parameters

None.

Body Parameters

MouvementTresorerieDto
NameDescriptionTypeAdditional information
User

UtilisateurDto

None.

IdMouvement

integer

None.

IdFcp

integer

None.

IdCompteCourant

integer

None.

DateOperation

date

None.

DateValeur

date

None.

IdTypeMouvement

integer

None.

ModeReglement

string

None.

CodeMouvement

string

None.

Numero

string

None.

Reference

string

None.

Libelle

string

None.

Montant

decimal number

None.

Debit

decimal number

None.

Credit

decimal number

None.

Sens

string

None.

DateEffet

date

None.

NumeroPiece

string

None.

IdOrigine

integer

None.

Origine

string

None.

EtatMouvement

string

None.

IsDeleted

boolean

None.

Valider

boolean

None.

ValiderPar

integer

None.

DateValidation

date

None.

HeureValidation

time interval

None.

DateCreation

date

None.

Heure

time interval

None.

DateMaj

date

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

AnnulerPar

integer

None.

DateAnnulation

date

None.

HeureAnnulation

time interval

None.

IdMouvementImporte

integer

None.

EstForce

boolean

None.

ForcerPar

integer

None.

DateForcage

date

None.

HeureForcage

time interval

None.

IdMouvementJournal

integer

None.

IdCompteIntermediaire

integer

None.

DateDebutOperation

date

None.

DateFinOperation

date

None.

LibelleCompteCourant

string

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'User' with type 'Inexa.ASO.Common.Dto.Generated.UtilisateurDto'. Path 'User'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'User' with type 'Inexa.ASO.Common.Dto.Generated.UtilisateurDto'. Path 'User'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Le graphique de l'objet pour le type 'Inexa.ASO.Common.Dto.Generated.UtilisateurDto' contient des cycles et il est impossible de le sérialiser si le suivi de référence est désactivé.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Le graphique de l'objet pour le type 'Inexa.ASO.Common.Dto.Generated.UtilisateurDto' contient des cycles et il est impossible de le sérialiser si le suivi de référence est désactivé.

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

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.