Skip to main content
POST
/
api
/
JobPosting
/
{advertId}
/
Post
cURL
curl --request POST \
  --url https://api.example.com/api/JobPosting/{advertId}/Post \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "shortDescription": "<string>",
  "description": "<string>",
  "bullet1": "<string>",
  "bullet2": "<string>",
  "bullet3": "<string>",
  "classificationId": 123,
  "subClassificationId": 123,
  "countryId": 123,
  "regionId": 123,
  "locationId": 123,
  "workTypeId": 123,
  "payCurrencyId": 123,
  "payFrom": 123,
  "payTo": 123,
  "payTypeId": 123,
  "payDisplay": "<string>",
  "postingDate": "2023-11-07T05:31:56Z",
  "screeningQuestionnaireTemplateId": 123,
  "consultantId": 123,
  "jobBoards": [
    {
      "id": 123,
      "typeId": 123,
      "attributes": [
        {
          "name": "<string>",
          "value": "<string>"
        }
      ]
    }
  ]
}
'

Path Parameters

advertId
integer<int32>
required

Body

application/json
title
string | null
shortDescription
string | null
description
string | null
bullet1
string | null
bullet2
string | null
bullet3
string | null
classificationId
integer<int32>
subClassificationId
integer<int32>
countryId
integer<int32>
regionId
integer<int32>
locationId
integer<int32>
workTypeId
integer<int32>
payCurrencyId
integer<int32>
payFrom
number<double>
payTo
number<double>
payTypeId
integer<int32>
payDisplay
string | null
postingDate
string<date-time>
screeningQuestionnaireTemplateId
integer<int32>
consultantId
integer<int32>
jobBoards
object[] | null

Response

200

OK