PUT api/PostuleEmploi
Request Information
URI Parameters
None.
Body Parameters
sp_PostuleEmploi_Insert_ResultDtoName | Description | Type | Additional 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:27:32.7494059+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:27:32.7494059+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:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |