POST api/PostuleEmploi

Request Information

URI Parameters

None.

Body Parameters

sp_PostuleEmploi_Insert_ResultDto
NameDescriptionTypeAdditional information
IdPostuleEmploi

decimal number

None.

IdOffre

decimal number

None.

IdCandidat

decimal number

None.

CV

string

None.

LettreMotivation

string

None.

DatePostule

date

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPostuleEmploi": 1.0,
  "IdOffre": 2.0,
  "IdCandidat": 3.0,
  "CV": "sample string 4",
  "LettreMotivation": "sample string 5",
  "DatePostule": "2025-04-05T06:25:06.2087625+02:00",
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<sp_PostuleEmploi_Insert_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DTO">
  <CV>sample string 4</CV>
  <DatePostule>2025-04-05T06:25:06.2087625+02:00</DatePostule>
  <IdCandidat>3</IdCandidat>
  <IdOffre>2</IdOffre>
  <IdPostuleEmploi>1</IdPostuleEmploi>
  <IsDeleted>true</IsDeleted>
  <LettreMotivation>sample string 5</LettreMotivation>
</sp_PostuleEmploi_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_PostuleEmploi_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.