Das Bewerbungs-Objekt
{
"id": 48324,
"companyId": 1000,
"jobOfferId": 5384,
"salutation": {
"id": 1,
"name": "Herr"
},
"firstname": "Max",
"surname": "Mustermann",
"email": "max@mustermann.de",
"phone": "+49 (0) 123 456789",
"birthday": "2000-28-02",
"coverLetter": "Lorem ipsum dolor, sit amet consectetur adipisicing elit. Possimus, tenetur!",
"files": {
"resume": {
"fileName": "Lebenslauf.doc",
"downloadUrl": "https://app.hirely.de/download/attachment/[...]",
"mimeType": "application/msword"
},
"testimonies": [
{
"fileName": "Zeugnis_Realschule_gescannt.jpg",
"downloadUrl": "https://app.hirely.de/download/attachment/[...]",
"mimeType": "image/jpeg"
},
{...},
{...},
],
"certificates": [
{
"fileName": "Datev_Zertifikat.jpg",
"downloadUrl": "https://app.hirely.de/download/attachment/[...]",
"mimeType": "image/jpeg"
},
{...},
{...},
],
"furtherFiles": [
{
"fileName": "Führerschein_Kopie.jpg",
"downloadUrl": "https://app.hirely.de/download/attachment/[...]",
"mimeType": "image/jpeg"
},
{...},
{...},
]
},
"customFields": [
{
"question": "Testzeile (1)",
"answer_type": {
"name": "Eine Zeile",
"id": 1
},
"answer": "Antwort Feld 1",
"possibleAnswers": []
},
{
"question": "Testzeile (Optional)",
"answer_type": {
"name": "Eine Zeile",
"id": 1
},
"answer": "Antwort Feld 2",
"possibleAnswers": []
},
{
"question": "Ja/Nein Frage",
"answer_type": {
"name": "Ja / Nein",
"id": 3
},
"answer": "Nein",
"possibleAnswers": [
"Ja",
"Nein"
]
},
{
"question": "Das ist die Mehrfachauswahl",
"answer_type": {
"name": "Mehrfachauswahl",
"id": 4
},
"answer": [
"Antwortmöglichkeit 1",
"Antwortmöglichkeit 2"
],
"possibleAnswers": [
"Antwortmöglichkeit 1",
"Antwortmöglichkeit 2",
"Antwortmöglichkeit 3"
]
},
{
"question": "Einfache Auwahl",
"answer_type": {
"name": "Eine Wahl",
"id": 5
},
"answer": "Antwortmöglichkeit 2",
"possibleAnswers": [
"Antwortmöglichkeit 1",
"Antwortmöglichkeit 2",
"Antwortmöglichkeit 3"
]
}
],
"createdAt": "2023-01-17T07:52:43.000000Z",
"updatedAt": "2023-01-17T08:07:41.000000Z"
}