PUT api/Client

Request Information

URI Parameters

None.

Body Parameters

ClientDto
NameDescriptionTypeAdditional information
User

UtilisateurDto

None.

IdClient

decimal number

None.

IdAgence

integer

None.

Code

string

None.

Nom

string

None.

Prenom

string

None.

DateNaissance

date

None.

Tel

string

None.

TelMobile

string

None.

Adresse

string

None.

Email

string

None.

Fonction

string

None.

IdTypeClient

decimal number

None.

Photo

string

None.

NumeroPiece

string

None.

TypePiece

string

None.

DateValidite

date

None.

Observations

string

None.

Sexe

string

None.

CreateBy

decimal number

None.

ModifiedBy

decimal number

None.

Status

string

None.

Signature

string

None.

AutoAudit_CreatedDate

date

None.

AutoAudit_CreatedBy

string

None.

AutoAudit_ModifiedDate

date

None.

AutoAudit_ModifiedBy

string

None.

AutoAudit_RowVersion

integer

None.

NomMandataire

string

None.

PrenomsMandataire

string

None.

AdresseMandataire

string

None.

IdPays

integer

None.

Etat

string

None.

IdSecteurActivite

decimal number

None.

IdSegment

decimal number

None.

IdCorrespondant

decimal number

None.

AutoAudit2_CreatedDate

date

None.

AutoAudit2_CreatedBy

string

None.

AutoAudit2_ModifiedDate

date

None.

AutoAudit2_ModifiedBy

string

None.

AutoAudit2_RowVersion

integer

None.

IdAversionRisque

integer

None.

IdSituationMatrimoniale

integer

None.

IdTypeResidence

decimal number

None.

IdVille

integer

None.

IdGestionnaire

decimal number

None.

IdFormeJuridique

decimal number

None.

IdClientParent

decimal number

None.

StatutCompte

integer

None.

IdPaysNationalite

decimal number

None.

IdPaysCorrespondance

decimal number

None.

IdOrigineRevenu

decimal number

None.

IdObjetRelation

decimal number

None.

IdPaysProvenanceFond

decimal number

None.

IdPaysDestinationFond

decimal number

None.

PPE

decimal number

None.

LienPPE

decimal number

None.

CategorieFATCA

decimal number

None.

MajKyc

date

None.

IdPaysResidenceFiscal

decimal number

None.

IdPaysAdresseSiege

decimal number

None.

IdTypologie

decimal number

None.

NumeroPolice

string

None.

CategorieClient

string

None.

RIB

string

None.

TypeClient

string

None.

TypeCompte

string

None.

CategorieCompte

string

None.

NumeroCompteTitre

string

None.

NomBanque

string

None.

Codes

string

None.

DateStatusCompte

date

None.

CapitalSocial

decimal number

None.

IdPaysNaissance

decimal number

None.

LieuNaissance

string

None.

RegistreCommerce

string

None.

NumeroCreditMobilier

string

None.

RevenuMensuel

decimal number

None.

CanalEntreeRelation

string

None.

AdresseProfession

string

None.

PaysIndicatifTel

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

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.