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>"
}
]
}
]
}
'