PUT api/CompteGeneral/UpdateCompteGeneral/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

CompteGeneralDto
NameDescriptionTypeAdditional information
User

UtilisateurDto

None.

IdCompteGeneral

decimal number

None.

IdClasse

decimal number

None.

Numero

string

None.

Libelle

string

None.

IdCompteRattache

decimal number

None.

Nature

string

None.

TypeCompte

string

None.

EstLettrable

boolean

None.

Report

string

None.

ModifiedOn

date

None.

CreateBy

decimal number

None.

ModifiedBy

decimal number

None.

Status

boolean

None.

CreateOn

date

None.

Etat

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

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.