PUT api/CvPaye

Request Information

URI Parameters

None.

Body Parameters

sp_CvPaye_Insert_ResultDto
NameDescriptionTypeAdditional information
IdCvPaye

decimal number

None.

Libelle

string

None.

MontantPayement

decimal number

None.

DatePayement

date

None.

IdCandidat

decimal number

None.

ModePayement

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdCvPaye": 1.0,
  "Libelle": "sample string 2",
  "MontantPayement": 3.0,
  "DatePayement": "2025-04-05T06:25:06.1931716+02:00",
  "IdCandidat": 5.0,
  "ModePayement": "sample string 6"
}

application/xml, text/xml

Sample:
<sp_CvPaye_Insert_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DTO">
  <DatePayement>2025-04-05T06:25:06.1931716+02:00</DatePayement>
  <IdCandidat>5</IdCandidat>
  <IdCvPaye>1</IdCvPaye>
  <Libelle>sample string 2</Libelle>
  <ModePayement>sample string 6</ModePayement>
  <MontantPayement>3</MontantPayement>
</sp_CvPaye_Insert_ResultDto>

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

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.