Untitled

 avatar
unknown
json
a year ago
1.5 kB
5
Indexable
{
  "Status": "accepted",
  "SubmittedTimestamp": "2024-03-15T10:00:00Z",
  "ProcessedTimestamp": "2024-03-15T12:00:00Z",
  "SoftwarePlan": "don't know yet",
  "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"
    },
    {
      "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"
    },
    {
      "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"
    }
  ]
}
Editor is loading...
Leave a Comment