﻿{
  Data: [
    {
      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
}