Release-Notes
Zuletzt geändert von MACH ProForms GmbH am 11.12.2024
Schnittstellenversion 4.1 (Softwareversion 4.104.0)
In der Version 4.1 wurden zum einen die Felder Vor-, Nach und Firmenname zusätzlich als separate Felder ausgegeben und um den Typ des Antragssteller (NATURAL_PERSON oder NOT_NATURAL_PERSON) ergänzt.
Des Weiteren haben Sie die Möglichkeit ein weiteres Feld zu verwenden, welches als ApplicationInfoText ausgegeben wird. Der "Bezeichner technisch" in einer Komponente lautet INFOTEXT.
Response für eine Natürliche Person in V4.0
{
"applicantEMail": "max.mustermann@machproforms.de",
"applicantName": "Max Mustermann ",
"attachments": null,
...
}
"applicantEMail": "max.mustermann@machproforms.de",
"applicantName": "Max Mustermann ",
"attachments": null,
...
}
Response für eine Natürliche Person ab V4.1
{
"applicantEMail": "max.mustermann@machproforms.de",
"applicantName": "Max Mustermann",
"applicantFirstname": "Max",
"applicantLastname": "Mustermann",
"applicantCompanyname": null,
"applicantType": "NATURAL_PERSON",
"applicationInfoText": "Standardwert InfoText",
"attachments": null,
...
}
"applicantEMail": "max.mustermann@machproforms.de",
"applicantName": "Max Mustermann",
"applicantFirstname": "Max",
"applicantLastname": "Mustermann",
"applicantCompanyname": null,
"applicantType": "NATURAL_PERSON",
"applicationInfoText": "Standardwert InfoText",
"attachments": null,
...
}
Response für eine Nicht Natürliche Person in V4.0
{
"applicantEMail": "info@machproforms.de",
"applicantName": "MACH ProFroms GmbH Max Mustermann ",
"attachments": null,
...
}
"applicantEMail": "info@machproforms.de",
"applicantName": "MACH ProFroms GmbH Max Mustermann ",
"attachments": null,
...
}
Response für eine Nicht Natürliche Person ab V4.1
{
"applicantEMail": "info@machproforms.de",
"applicantName": "MACH ProFroms GmbH Max Mustermann",
"applicantFirstname": "Max",
"applicantLastname": "Mustermann",
"applicantCompanyname": "MACH ProFroms GmbH",
"applicantType": "NOT_NATURAL_PERSON",
"applicationInfoText": "Standardwert InfoText",
"attachments": null,
...
}
"applicantEMail": "info@machproforms.de",
"applicantName": "MACH ProFroms GmbH Max Mustermann",
"applicantFirstname": "Max",
"applicantLastname": "Mustermann",
"applicantCompanyname": "MACH ProFroms GmbH",
"applicantType": "NOT_NATURAL_PERSON",
"applicationInfoText": "Standardwert InfoText",
"attachments": null,
...
}