POST api/Correspondant/CreateCorrespondant

Request Information

URI Parameters

None.

Body Parameters

PassifCorrespondantDto
NameDescriptionTypeAdditional information
User

UtilisateurDto

None.

NomComplet

string

None.

Id

decimal number

None.

IdSociete

decimal number

None.

Nom

string

None.

Prenom

string

None.

DateNaissance

date

None.

Sexe

string

None.

Tel

string

None.

Adresse

string

None.

Email

string

None.

Fonction

string

None.

NumeroPiece

string

None.

Observations

string

None.

TypePiece

string

None.

IdPays

decimal number

None.

CreateBy

decimal number

None.

ModifiedBy

decimal number

None.

AutoAudit_CreatedDate

date

None.

AutoAudit_CreatedBy

string

None.

AutoAudit_ModifiedDate

date

None.

AutoAudit_ModifiedBy

string

None.

AutoAudit_RowVersion

integer

None.

Libelle

string

None.

pays

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: Aucune méthode set pour la propriété 'NomComplet' dans le type 'Inexa.ASO.Common.Dto.Generated.PassifCorrespondantDto'.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Aucune méthode set pour la propriété 'NomComplet' dans le type 'Inexa.ASO.Common.Dto.Generated.PassifCorrespondantDto'.

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

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.