POST api/Careers/Post

Request Information

URI Parameters

None.

Body Parameters

Career
NameDescriptionTypeAdditional information
ID

integer

None.

TitleJob

string

None.

DetailsJob

string

None.

WorkPlace

string

None.

AddDete

date

None.

EndDete

date

None.

Views

integer

None.

CheckOffer

boolean

None.

IDActivity

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "TitleJob": "sample string 2",
  "DetailsJob": "sample string 3",
  "WorkPlace": "sample string 4",
  "AddDete": "2024-10-22T03:18:21.9176646+02:00",
  "EndDete": "2024-10-22T03:18:21.9176646+02:00",
  "Views": 7,
  "CheckOffer": true,
  "IDActivity": "b822233e-575e-4ac0-b4bc-ea57475e976e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.