POST api/Cv
Request Information
URI Parameters
None.
Body Parameters
sp_CV_Insert_ResultDtoName | Description | Type | Additional information |
---|---|---|---|
IdCv | decimal number |
None. |
|
IdPostulant | decimal number |
None. |
|
CV | string |
None. |
|
LetteMotifavtion | string |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedBy | string |
None. |
|
ModefiedBy | string |
None. |
|
CreatedDate | date |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "IdCv": 1.0, "IdPostulant": 2.0, "CV": "sample string 3", "LetteMotifavtion": "sample string 4", "IsDeleted": true, "CreatedBy": "sample string 5", "ModefiedBy": "sample string 6", "CreatedDate": "2025-04-05T06:12:39.9416109+02:00", "ModifiedDate": "2025-04-05T06:12:39.9416109+02:00" }
application/xml, text/xml
Sample:
<sp_CV_Insert_ResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DTO"> <CV>sample string 3</CV> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-04-05T06:12:39.9416109+02:00</CreatedDate> <IdCv>1</IdCv> <IdPostulant>2</IdPostulant> <IsDeleted>true</IsDeleted> <LetteMotifavtion>sample string 4</LetteMotifavtion> <ModefiedBy>sample string 6</ModefiedBy> <ModifiedDate>2025-04-05T06:12:39.9416109+02:00</ModifiedDate> </sp_CV_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. |