Skip to main content
POST
/
api
/
JobPosting
/
{advertId}
/
Copy
Copy Advert.
curl --request POST \
  --url https://api.example.com/api/JobPosting/{advertId}/Copy
{
  "value": 123
}

Path Parameters

advertId
integer<int32>
required

Query Parameters

jobId
integer<int32>
fromTemplate
boolean
default:false

When true, advertId is treated as an AdvertTemplate ID

Response

200 - application/json

OK

value
integer<int32>