Untitled
unknown
json
a year ago
1.6 kB
5
Indexable
{ "AccountsRequest": [ { "PersonalData": { "FirstName": "Arnold", "LastName": "Schwarzenegger", "EmailAddress": "arnold@example.com", "Department": "ICBT", "Institute": "ICBT", "Status": "employee", "MobileNumber": "0123456789" }, "RequestedServices": { "Archive": true, "Cluster": true }, "AccountDuration": "31.12.2025", "SoftwarePlan": "don't know yet", "HasBeenProcessed": true }, { "PersonalData": { "FirstName": "Student1FirstName", "LastName": "Student1LastName", "EmailAddress": "student1@example.com", "Affiliation": "ICBT", "Status": "student", "Supervisor": "arnold@example.com", "MobileNumber": "0123456789" }, "RequestedServices": { "Archive": false, "Cluster": true }, "AccountDuration": "31.12.2025", "SoftwarePlan": "don't know yet", "HasBeenProcessed": true }, { "PersonalData": { "FirstName": "Student2FirstName", "LastName": "Student2LastName", "EmailAddress": "student2@example.com", "Affiliation": "ICBT", "Status": "student", "Supervisor": "arnold@example.com", "MobileNumber": "0123456789" }, "RequestedServices": { "Archive": false, "Cluster": true }, "AccountDuration": "31.12.2025", "SoftwarePlan": "don't know yet", "HasBeenProcessed": true } ] }
Editor is loading...
Leave a Comment