﻿{
  Data: [
    {
      AmountPerRun: 5,
      I3D: 1,
      IsActive: true,
      Name: 'Hans der Elf',
      ProductionMachineKind: {
        I3D: 1,
        IsActive: true,
        Name: 'Elf'
      },
      ProductionMachineLocation: {
        FullName: 'Eä/Arda/Middle-earth',
        I3D: 3,
        IsActive: true,
        Name: 'Middle-earth',
        ParentProductionMachineLocationI3D: 2
      },
      RunKind: 0,
      RunsPerDay: 1
    },
    {
      AmountPerRun: 666,
      I3D: 4,
      IsActive: false,
      Name: 'Melkor',
      ProductionMachineKind: {
        I3D: 7,
        IsActive: false,
        Name: 'Valar'
      },
      ProductionMachineLocation: {
        FullName: 'Eä/Arda',
        I3D: 2,
        IsActive: true,
        Name: 'Arda',
        ParentProductionMachineLocationI3D: 1
      },
      RunKind: 1,
      RunsPerDay: 0
    },
    {
      AmountPerRun: 100,
      I3D: 3,
      IsActive: true,
      Name: 'Mithrandir',
      ProductionMachineKind: {
        I3D: 5,
        IsActive: false,
        Name: 'Maia'
      },
      ProductionMachineLocation: {
        FullName: 'Eä/Arda/Middle-earth',
        I3D: 3,
        IsActive: true,
        Name: 'Middle-earth',
        ParentProductionMachineLocationI3D: 2
      },
      RunKind: 1,
      RunsPerDay: 0
    },
    {
      AmountPerRun: 1,
      I3D: 2,
      IsActive: true,
      Name: 'Samwise Gamgee',
      ProductionMachineKind: {
        I3D: 3,
        IsActive: true,
        Name: 'Hobbit'
      },
      ProductionMachineLocation: {
        FullName: 'Eä/Arda/Middle-earth/Eriador/Shire',
        I3D: 5,
        IsActive: true,
        Name: 'Shire',
        ParentProductionMachineLocationI3D: 4
      },
      RunKind: 0,
      RunsPerDay: 0
    }
  ],
  Error: null,
  Message: null,
  MessageCode: null,
  Status: 0
}