x-api-key: ********************{
"entities": [
{
"id": "123",
"url": "https://mysource.com/url",
"title": "My job offer title",
"company": {
"id": "456",
"name": "Some Company"
}
}
],
"source": "MySourceName",
"isFullSet": false
}curl --location -g --request POST 'https://demo.leadcast.nl/api/sync/job-offers' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"entities": [
{
"id": "123",
"url": "https://mysource.com/url",
"title": "My job offer title",
"company": {
"id": "456",
"name": "Some Company"
}
}
],
"source": "MySourceName",
"isFullSet": false
}'{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}