|
|
Zeile 1: |
Zeile 1: |
| ===Bietet die einfache Möglichkeit zum Testen von POST von /Set-Webservice===
| | #REDIRECT [[Bfx.Abstract.Model.WebService.dll#Interaktiver_Test_von_POST]] |
| | |
| | |
| *Aufruf der Eingabemaske unter Systemeinstellung -> rechte Maustaste auf Reiter -> Test Object Import:
| |
| {{AlexBild|Test Object Import|[[Datei:Test Object Import 01.png]]|}}
| |
| | |
| | |
| *Eingabe einer Beispiel-Testeinspielung im JSON Format:
| |
| {
| |
| "objectType": "Employee",
| |
| "indexQuery": "EmployeeIDX",
| |
| "lines": [
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "Employed",
| |
| "valueString": "",
| |
| "keyDate": "15.11.2022"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "EmployeeJobGroup",
| |
| "valueString": "3848"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "Sex",
| |
| "valueString": "1"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "Surname",
| |
| "valueString": "Mustermann"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "Forename",
| |
| "valueString": "Hubert"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "EmployeeEmailAddress",
| |
| "valueString": "alex@bitfactory.at"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "DayOfBirth",
| |
| "valueString": "06.09.1982"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "EmploymentFactorPercent",
| |
| "valueString": "100.00"
| |
| },
| |
| {
| |
| "matchString": "999999",
| |
| "importType": "EmployeeSocialInsurance",
| |
| "valueString": "3417060678"
| |
| }
| |
| ]
| |
| }
| |
| | |
| | |
| [[Bfx.Abstract.Model.WebService.dll|Zurück zur Doku Webservice - Objekte anlegen und ändern]] | |