{
"job_posting": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"sorting_priority": 0,
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"body": {
"en": "Text"
},
"starts_at": "2022-11-09T16:25:58.099512Z",
"ends_at": "2022-11-09T16:25:58.099512Z",
"starts_at_text": {
"en": "Text"
},
"ends_at_text": {
"en": "Text"
},
"number_of_openings": 0,
"contract_type": "full_time",
"apply_link": {
"type": "url",
"value": "string",
"title": {
"en": "Text"
}
},
"apply_description": {
"en": "Text"
},
"url": "path/to/:id",
"external_master": "scraper",
"us_legacy_data": {},
"visible_in_list": true
}
}
curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/content/management/job_postings/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_posting": {
"locales": [
"en"
],
"products": [
"website"
],
"status": "draft",
"visible_since": "2022-11-09T16:25:58.099512Z",
"visible_until": "2022-11-15T16:25:58.099512Z",
"sorting_priority": 0,
"title": {
"en": "Text"
},
"slug": {
"en": "Text"
},
"body": {
"en": "Text"
},
"starts_at": "2022-11-09T16:25:58.099512Z",
"ends_at": "2022-11-09T16:25:58.099512Z",
"starts_at_text": {
"en": "Text"
},
"ends_at_text": {
"en": "Text"
},
"number_of_openings": 0,
"contract_type": "full_time",
"apply_link": {
"type": "url",
"value": "string",
"title": {
"en": "Text"
}
},
"apply_description": {
"en": "Text"
},
"url": "path/to/:id",
"external_master": "scraper",
"us_legacy_data": {},
"visible_in_list": true
}
}'
{
"job_posting": {
"id": 416,
"customer_id": 447,
"locales": [],
"products": [],
"status": "published",
"visible_since": "2024-03-21T09:00:00.000000Z",
"visible_until": "2024-03-31T10:01:00.000000Z",
"sorting_priority": 0,
"title": {
"en": "Barista 2",
"no": null,
"pl": null,
"sv": null
},
"slug": {
"en": "barista2",
"no": null,
"pl": null,
"sv": null
},
"body": {
"en": "<p>ff</p>",
"no": null,
"pl": null,
"sv": null
},
"starts_at": null,
"ends_at": null,
"starts_at_text": {},
"ends_at_text": {},
"store_id": 36,
"number_of_openings": 1,
"contract_type": "full_time",
"apply_link": {
"type": null,
"value": null,
"title": null
},
"apply_description": {},
"url": "jobs/416-barista2",
"publication_status": "expired",
"external_master": null,
"us_legacy_data": null,
"visible_in_list": true,
"created_at": "2024-03-19T13:07:23.044165Z",
"updated_at": "2024-05-28T11:33:33.133985Z",
"archived_at": null
}
}