POST api/Mailing/List/JobBulletin?saveMode={saveMode}&apiKey={apiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| saveMode | boolean |
Default value is True |
|
| apiKey | string |
Default value is |
Body Parameters
MailListDto| Name | Description | Type | Additional information |
|---|---|---|---|
| mailingTitel | string |
Required |
|
| cKopfText | string |
None. |
|
| cSMSText | string |
None. |
|
| cFussText | string |
None. |
|
| empfaenger | Collection of RecipientDto |
Required |
|
| kandidaten | Collection of MailKandidatDto |
None. |
|
| stellenmeldungen | Collection of MailStellenmeldungDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"mailingTitel": "sample string 1",
"cKopfText": "sample string 2",
"cSMSText": "sample string 3",
"cFussText": "sample string 4",
"empfaenger": [
{
"cKunde": "sample string 1",
"cKundort": "sample string 2",
"cKAnrede": "sample string 3",
"cKName": "sample string 4",
"cKVorname": "sample string 5",
"cKTitel": "sample string 6",
"cMailinfo": "sample string 7",
"cEmail": "sample string 8",
"cSMS": "sample string 9",
"nTempusKey": 1,
"nSortOrder": 10,
"WebPushNotification": true
},
{
"cKunde": "sample string 1",
"cKundort": "sample string 2",
"cKAnrede": "sample string 3",
"cKName": "sample string 4",
"cKVorname": "sample string 5",
"cKTitel": "sample string 6",
"cMailinfo": "sample string 7",
"cEmail": "sample string 8",
"cSMS": "sample string 9",
"nTempusKey": 1,
"nSortOrder": 10,
"WebPushNotification": true
}
],
"kandidaten": [
{
"nKandKey": 1,
"cTarif": "sample string 2",
"cVerfuegbarkeit": "sample string 3",
"cOffFunkt": "sample string 4",
"cBeruf": "sample string 5",
"nWebZielKey": 6,
"nSortOrder": 7
},
{
"nKandKey": 1,
"cTarif": "sample string 2",
"cVerfuegbarkeit": "sample string 3",
"cOffFunkt": "sample string 4",
"cBeruf": "sample string 5",
"nWebZielKey": 6,
"nSortOrder": 7
}
],
"stellenmeldungen": [
{
"nStlMldKey": 1,
"nSortOrder": 2
},
{
"nStlMldKey": 1,
"nSortOrder": 2
}
]
}
text/html
Sample:
{"mailingTitel":"sample string 1","cKopfText":"sample string 2","cSMSText":"sample string 3","cFussText":"sample string 4","empfaenger":[{"cKunde":"sample string 1","cKundort":"sample string 2","cKAnrede":"sample string 3","cKName":"sample string 4","cKVorname":"sample string 5","cKTitel":"sample string 6","cMailinfo":"sample string 7","cEmail":"sample string 8","cSMS":"sample string 9","nTempusKey":1,"nSortOrder":10,"WebPushNotification":true},{"cKunde":"sample string 1","cKundort":"sample string 2","cKAnrede":"sample string 3","cKName":"sample string 4","cKVorname":"sample string 5","cKTitel":"sample string 6","cMailinfo":"sample string 7","cEmail":"sample string 8","cSMS":"sample string 9","nTempusKey":1,"nSortOrder":10,"WebPushNotification":true}],"kandidaten":[{"nKandKey":1,"cTarif":"sample string 2","cVerfuegbarkeit":"sample string 3","cOffFunkt":"sample string 4","cBeruf":"sample string 5","nWebZielKey":6,"nSortOrder":7},{"nKandKey":1,"cTarif":"sample string 2","cVerfuegbarkeit":"sample string 3","cOffFunkt":"sample string 4","cBeruf":"sample string 5","nWebZielKey":6,"nSortOrder":7}],"stellenmeldungen":[{"nStlMldKey":1,"nSortOrder":2},{"nStlMldKey":1,"nSortOrder":2}]}
application/xml, text/xml
Sample:
<MailListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.Bulletins">
<cFussText>sample string 4</cFussText>
<cKopfText>sample string 2</cKopfText>
<cSMSText>sample string 3</cSMSText>
<empfaenger>
<RecipientDto>
<WebPushNotification>true</WebPushNotification>
<cEmail>sample string 8</cEmail>
<cKAnrede>sample string 3</cKAnrede>
<cKName>sample string 4</cKName>
<cKTitel>sample string 6</cKTitel>
<cKVorname>sample string 5</cKVorname>
<cKunde>sample string 1</cKunde>
<cKundort>sample string 2</cKundort>
<cMailinfo>sample string 7</cMailinfo>
<cSMS>sample string 9</cSMS>
<nSortOrder>10</nSortOrder>
<nTempusKey>1</nTempusKey>
</RecipientDto>
<RecipientDto>
<WebPushNotification>true</WebPushNotification>
<cEmail>sample string 8</cEmail>
<cKAnrede>sample string 3</cKAnrede>
<cKName>sample string 4</cKName>
<cKTitel>sample string 6</cKTitel>
<cKVorname>sample string 5</cKVorname>
<cKunde>sample string 1</cKunde>
<cKundort>sample string 2</cKundort>
<cMailinfo>sample string 7</cMailinfo>
<cSMS>sample string 9</cSMS>
<nSortOrder>10</nSortOrder>
<nTempusKey>1</nTempusKey>
</RecipientDto>
</empfaenger>
<kandidaten>
<MailKandidatDto>
<cBeruf>sample string 5</cBeruf>
<cOffFunkt>sample string 4</cOffFunkt>
<cTarif>sample string 2</cTarif>
<cVerfuegbarkeit>sample string 3</cVerfuegbarkeit>
<nKandKey>1</nKandKey>
<nSortOrder>7</nSortOrder>
<nWebZielKey>6</nWebZielKey>
</MailKandidatDto>
<MailKandidatDto>
<cBeruf>sample string 5</cBeruf>
<cOffFunkt>sample string 4</cOffFunkt>
<cTarif>sample string 2</cTarif>
<cVerfuegbarkeit>sample string 3</cVerfuegbarkeit>
<nKandKey>1</nKandKey>
<nSortOrder>7</nSortOrder>
<nWebZielKey>6</nWebZielKey>
</MailKandidatDto>
</kandidaten>
<mailingTitel>sample string 1</mailingTitel>
<stellenmeldungen>
<MailStellenmeldungDto>
<nSortOrder>2</nSortOrder>
<nStlMldKey>1</nStlMldKey>
</MailStellenmeldungDto>
<MailStellenmeldungDto>
<nSortOrder>2</nSortOrder>
<nStlMldKey>1</nStlMldKey>
</MailStellenmeldungDto>
</stellenmeldungen>
</MailListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MailChimpMailSimpleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| nIAAnzahlEmpfaenger | integer |
None. |
|
| nIAAnzahlEmpfaengerSMS | integer |
None. |
|
| nIAAnzahlEmpfaengerPush | integer |
None. |
|
| dIAErstellDatum | date |
None. |
|
| dIAAendDatum | date |
None. |
|
| nIAMailChimpOpenRate | integer |
None. |
|
| nIAMailChimpClickRate | integer |
None. |
|
| cIAMailChimpStatus | string |
None. |
|
| dMailChimpVersandAm | date |
None. |
|
| cIAMailChimpMitteilung | string |
None. |
|
| cIAMailChimpListId | string |
None. |
|
| cIAMailChimpCampaignId | string |
None. |
|
| cIAMailChimpBatchId | string |
None. |
|
| dSMSVersandAm | date |
None. |
|
| dWebPushVersandAm | date |
None. |
|
| kandidaten | Collection of MailChimpKandidatSimpleDto |
None. |
|
| stellenmeldungen | Collection of MailChimpStellenmeldungSimpleDto |
None. |
|
| nIAMailChimpMailId | integer |
None. |
|
| lIAArchiviert | boolean |
None. |
|
| cIATitel | string |
None. |
|
| cIABetreff | string |
None. |
|
| cIAKopftext | string |
None. |
|
| cIAHaupttext | string |
None. |
|
| cIASMSText | string |
None. |
|
| cIAFusstext | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"nIAAnzahlEmpfaenger": 1,
"nIAAnzahlEmpfaengerSMS": 2,
"nIAAnzahlEmpfaengerPush": 3,
"dIAErstellDatum": "2025-11-07T19:46:27.9836164+00:00",
"dIAAendDatum": "2025-11-07T19:46:27.9836164+00:00",
"nIAMailChimpOpenRate": 6,
"nIAMailChimpClickRate": 7,
"cIAMailChimpStatus": "sample string 8",
"dMailChimpVersandAm": "2025-11-07T19:46:27.9836164+00:00",
"cIAMailChimpMitteilung": "sample string 9",
"cIAMailChimpListId": "sample string 10",
"cIAMailChimpCampaignId": "sample string 11",
"cIAMailChimpBatchId": "sample string 12",
"dSMSVersandAm": "2025-11-07T19:46:27.9836164+00:00",
"dWebPushVersandAm": "2025-11-07T19:46:27.9836164+00:00",
"kandidaten": [
{
"nIAMailChimpKandidatId": 1,
"nKandKey": 2,
"nSortNr": 3,
"nSlug": 4,
"cTarif": "sample string 5",
"cVerfuegbarkeit": "sample string 6",
"cBerufBez": "sample string 7",
"cBezirk": "sample string 8",
"cOffFunkt": "sample string 9",
"nWebZielKey": 10
},
{
"nIAMailChimpKandidatId": 1,
"nKandKey": 2,
"nSortNr": 3,
"nSlug": 4,
"cTarif": "sample string 5",
"cVerfuegbarkeit": "sample string 6",
"cBerufBez": "sample string 7",
"cBezirk": "sample string 8",
"cOffFunkt": "sample string 9",
"nWebZielKey": 10
}
],
"stellenmeldungen": [
{
"nIAMailChimpStellenmeldungId": 1,
"referenzNr": 2,
"nStlMldKey": 3,
"beruf": "sample string 4",
"stufe": "sample string 5",
"alterVon": 6,
"alterBis": 7,
"pensumVon": 8.1,
"pensumBis": 9.1,
"verfuegbarAb": "2025-11-07T19:46:27.9836164+00:00",
"einsatzdauer": "sample string 11",
"festanstellung": true,
"temporaer": true,
"tryHire": true,
"bezirk": "sample string 15",
"bezirksHauptort": "sample string 16",
"detailUrl": "https://www.starjob.ch/search/search-job-detail/3?from=bulletin",
"pensum": "8.1 - 9.1%",
"anstellungsArt": "Temporär, Try & Hire, Festanstellung",
"verfuegbar": "Sofort",
"nSortNr": 17
},
{
"nIAMailChimpStellenmeldungId": 1,
"referenzNr": 2,
"nStlMldKey": 3,
"beruf": "sample string 4",
"stufe": "sample string 5",
"alterVon": 6,
"alterBis": 7,
"pensumVon": 8.1,
"pensumBis": 9.1,
"verfuegbarAb": "2025-11-07T19:46:27.9836164+00:00",
"einsatzdauer": "sample string 11",
"festanstellung": true,
"temporaer": true,
"tryHire": true,
"bezirk": "sample string 15",
"bezirksHauptort": "sample string 16",
"detailUrl": "https://www.starjob.ch/search/search-job-detail/3?from=bulletin",
"pensum": "8.1 - 9.1%",
"anstellungsArt": "Temporär, Try & Hire, Festanstellung",
"verfuegbar": "Sofort",
"nSortNr": 17
}
],
"nIAMailChimpMailId": 13,
"lIAArchiviert": true,
"cIATitel": "sample string 15",
"cIABetreff": "sample string 16",
"cIAKopftext": "sample string 17",
"cIAHaupttext": "sample string 18",
"cIASMSText": "sample string 19",
"cIAFusstext": "sample string 20"
}
text/html
Sample:
{"nIAAnzahlEmpfaenger":1,"nIAAnzahlEmpfaengerSMS":2,"nIAAnzahlEmpfaengerPush":3,"dIAErstellDatum":"2025-11-07T19:46:27.9836164+00:00","dIAAendDatum":"2025-11-07T19:46:27.9836164+00:00","nIAMailChimpOpenRate":6,"nIAMailChimpClickRate":7,"cIAMailChimpStatus":"sample string 8","dMailChimpVersandAm":"2025-11-07T19:46:27.9836164+00:00","cIAMailChimpMitteilung":"sample string 9","cIAMailChimpListId":"sample string 10","cIAMailChimpCampaignId":"sample string 11","cIAMailChimpBatchId":"sample string 12","dSMSVersandAm":"2025-11-07T19:46:27.9836164+00:00","dWebPushVersandAm":"2025-11-07T19:46:27.9836164+00:00","kandidaten":[{"nIAMailChimpKandidatId":1,"nKandKey":2,"nSortNr":3,"nSlug":4,"cTarif":"sample string 5","cVerfuegbarkeit":"sample string 6","cBerufBez":"sample string 7","cBezirk":"sample string 8","cOffFunkt":"sample string 9","nWebZielKey":10},{"nIAMailChimpKandidatId":1,"nKandKey":2,"nSortNr":3,"nSlug":4,"cTarif":"sample string 5","cVerfuegbarkeit":"sample string 6","cBerufBez":"sample string 7","cBezirk":"sample string 8","cOffFunkt":"sample string 9","nWebZielKey":10}],"stellenmeldungen":[{"nIAMailChimpStellenmeldungId":1,"referenzNr":2,"nStlMldKey":3,"beruf":"sample string 4","stufe":"sample string 5","alterVon":6,"alterBis":7,"pensumVon":8.1,"pensumBis":9.1,"verfuegbarAb":"2025-11-07T19:46:27.9836164+00:00","einsatzdauer":"sample string 11","festanstellung":true,"temporaer":true,"tryHire":true,"bezirk":"sample string 15","bezirksHauptort":"sample string 16","detailUrl":"https://www.starjob.ch/search/search-job-detail/3?from=bulletin","pensum":"8.1 - 9.1%","anstellungsArt":"Temporär, Try & Hire, Festanstellung","verfuegbar":"Sofort","nSortNr":17},{"nIAMailChimpStellenmeldungId":1,"referenzNr":2,"nStlMldKey":3,"beruf":"sample string 4","stufe":"sample string 5","alterVon":6,"alterBis":7,"pensumVon":8.1,"pensumBis":9.1,"verfuegbarAb":"2025-11-07T19:46:27.9836164+00:00","einsatzdauer":"sample string 11","festanstellung":true,"temporaer":true,"tryHire":true,"bezirk":"sample string 15","bezirksHauptort":"sample string 16","detailUrl":"https://www.starjob.ch/search/search-job-detail/3?from=bulletin","pensum":"8.1 - 9.1%","anstellungsArt":"Temporär, Try & Hire, Festanstellung","verfuegbar":"Sofort","nSortNr":17}],"nIAMailChimpMailId":13,"lIAArchiviert":true,"cIATitel":"sample string 15","cIABetreff":"sample string 16","cIAKopftext":"sample string 17","cIAHaupttext":"sample string 18","cIASMSText":"sample string 19","cIAFusstext":"sample string 20"}
application/xml, text/xml
Sample:
<MailChimpMailSimpleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StarJob.Bll.Bulletins">
<cIABetreff>sample string 16</cIABetreff>
<cIAFusstext>sample string 20</cIAFusstext>
<cIAHaupttext>sample string 18</cIAHaupttext>
<cIAKopftext>sample string 17</cIAKopftext>
<cIASMSText>sample string 19</cIASMSText>
<cIATitel>sample string 15</cIATitel>
<lIAArchiviert>true</lIAArchiviert>
<nIAMailChimpMailId>13</nIAMailChimpMailId>
<cIAMailChimpBatchId>sample string 12</cIAMailChimpBatchId>
<cIAMailChimpCampaignId>sample string 11</cIAMailChimpCampaignId>
<cIAMailChimpListId>sample string 10</cIAMailChimpListId>
<cIAMailChimpMitteilung>sample string 9</cIAMailChimpMitteilung>
<cIAMailChimpStatus>sample string 8</cIAMailChimpStatus>
<dIAAendDatum>2025-11-07T19:46:27.9836164+00:00</dIAAendDatum>
<dIAErstellDatum>2025-11-07T19:46:27.9836164+00:00</dIAErstellDatum>
<dMailChimpVersandAm>2025-11-07T19:46:27.9836164+00:00</dMailChimpVersandAm>
<dSMSVersandAm>2025-11-07T19:46:27.9836164+00:00</dSMSVersandAm>
<dWebPushVersandAm>2025-11-07T19:46:27.9836164+00:00</dWebPushVersandAm>
<kandidaten>
<MailChimpKandidatSimpleDto>
<cBerufBez>sample string 7</cBerufBez>
<cBezirk>sample string 8</cBezirk>
<cOffFunkt>sample string 9</cOffFunkt>
<cTarif>sample string 5</cTarif>
<cVerfuegbarkeit>sample string 6</cVerfuegbarkeit>
<nIAMailChimpKandidatId>1</nIAMailChimpKandidatId>
<nKandKey>2</nKandKey>
<nSlug>4</nSlug>
<nSortNr>3</nSortNr>
<nWebZielKey>10</nWebZielKey>
</MailChimpKandidatSimpleDto>
<MailChimpKandidatSimpleDto>
<cBerufBez>sample string 7</cBerufBez>
<cBezirk>sample string 8</cBezirk>
<cOffFunkt>sample string 9</cOffFunkt>
<cTarif>sample string 5</cTarif>
<cVerfuegbarkeit>sample string 6</cVerfuegbarkeit>
<nIAMailChimpKandidatId>1</nIAMailChimpKandidatId>
<nKandKey>2</nKandKey>
<nSlug>4</nSlug>
<nSortNr>3</nSortNr>
<nWebZielKey>10</nWebZielKey>
</MailChimpKandidatSimpleDto>
</kandidaten>
<nIAAnzahlEmpfaenger>1</nIAAnzahlEmpfaenger>
<nIAAnzahlEmpfaengerPush>3</nIAAnzahlEmpfaengerPush>
<nIAAnzahlEmpfaengerSMS>2</nIAAnzahlEmpfaengerSMS>
<nIAMailChimpClickRate>7</nIAMailChimpClickRate>
<nIAMailChimpOpenRate>6</nIAMailChimpOpenRate>
<stellenmeldungen>
<MailChimpStellenmeldungSimpleDto>
<alterBis>7</alterBis>
<alterVon>6</alterVon>
<beruf>sample string 4</beruf>
<bezirk>sample string 15</bezirk>
<bezirksHauptort>sample string 16</bezirksHauptort>
<einsatzdauer>sample string 11</einsatzdauer>
<festanstellung>true</festanstellung>
<nIAMailChimpStellenmeldungId>1</nIAMailChimpStellenmeldungId>
<nSortNr>17</nSortNr>
<nStlMldKey>3</nStlMldKey>
<pensumBis>9.1</pensumBis>
<pensumVon>8.1</pensumVon>
<referenzNr>2</referenzNr>
<stufe>sample string 5</stufe>
<temporaer>true</temporaer>
<tryHire>true</tryHire>
<verfuegbarAb>2025-11-07T19:46:27.9836164+00:00</verfuegbarAb>
</MailChimpStellenmeldungSimpleDto>
<MailChimpStellenmeldungSimpleDto>
<alterBis>7</alterBis>
<alterVon>6</alterVon>
<beruf>sample string 4</beruf>
<bezirk>sample string 15</bezirk>
<bezirksHauptort>sample string 16</bezirksHauptort>
<einsatzdauer>sample string 11</einsatzdauer>
<festanstellung>true</festanstellung>
<nIAMailChimpStellenmeldungId>1</nIAMailChimpStellenmeldungId>
<nSortNr>17</nSortNr>
<nStlMldKey>3</nStlMldKey>
<pensumBis>9.1</pensumBis>
<pensumVon>8.1</pensumVon>
<referenzNr>2</referenzNr>
<stufe>sample string 5</stufe>
<temporaer>true</temporaer>
<tryHire>true</tryHire>
<verfuegbarAb>2025-11-07T19:46:27.9836164+00:00</verfuegbarAb>
</MailChimpStellenmeldungSimpleDto>
</stellenmeldungen>
</MailChimpMailSimpleDto>