GET api/Warehouse/GetModuleInstalledHierarcy?projectId={projectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ModuleDeliveryHierarcy
NameDescriptionTypeAdditional information
BatchId

integer

None.

BatchInfo

string

None.

BatchName

string

None.

BatchDescription

string

None.

WorkerName

string

None.

ModuleInfoList

Collection of ModuleInfo

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BatchId": 1,
    "BatchInfo": "sample string 2",
    "BatchName": "sample string 3",
    "BatchDescription": "sample string 4",
    "WorkerName": "sample string 5",
    "ModuleInfoList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "AssemblyNo": "sample string 4",
        "Length": 5,
        "Height": 6,
        "ProjectId": 7,
        "BatchId": 8,
        "BatchInfo": "sample string 9",
        "BatchName": "sample string 10",
        "BatchDescription": "sample string 11",
        "ProjectNo": "sample string 12",
        "Status": "sample string 13",
        "WorkerName": "sample string 14"
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "AssemblyNo": "sample string 4",
        "Length": 5,
        "Height": 6,
        "ProjectId": 7,
        "BatchId": 8,
        "BatchInfo": "sample string 9",
        "BatchName": "sample string 10",
        "BatchDescription": "sample string 11",
        "ProjectNo": "sample string 12",
        "Status": "sample string 13",
        "WorkerName": "sample string 14"
      }
    ]
  },
  {
    "BatchId": 1,
    "BatchInfo": "sample string 2",
    "BatchName": "sample string 3",
    "BatchDescription": "sample string 4",
    "WorkerName": "sample string 5",
    "ModuleInfoList": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "AssemblyNo": "sample string 4",
        "Length": 5,
        "Height": 6,
        "ProjectId": 7,
        "BatchId": 8,
        "BatchInfo": "sample string 9",
        "BatchName": "sample string 10",
        "BatchDescription": "sample string 11",
        "ProjectNo": "sample string 12",
        "Status": "sample string 13",
        "WorkerName": "sample string 14"
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "AssemblyNo": "sample string 4",
        "Length": 5,
        "Height": 6,
        "ProjectId": 7,
        "BatchId": 8,
        "BatchInfo": "sample string 9",
        "BatchName": "sample string 10",
        "BatchDescription": "sample string 11",
        "ProjectNo": "sample string 12",
        "Status": "sample string 13",
        "WorkerName": "sample string 14"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfModuleDeliveryHierarcy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nokon.Nappen.Data.ViewModels">
  <ModuleDeliveryHierarcy>
    <BatchDescription>sample string 4</BatchDescription>
    <BatchId>1</BatchId>
    <BatchInfo>sample string 2</BatchInfo>
    <BatchName>sample string 3</BatchName>
    <ModuleInfoList>
      <ModuleInfo>
        <AssemblyNo>sample string 4</AssemblyNo>
        <BatchDescription>sample string 11</BatchDescription>
        <BatchId>8</BatchId>
        <BatchInfo>sample string 9</BatchInfo>
        <BatchName>sample string 10</BatchName>
        <Height>6</Height>
        <Id>1</Id>
        <Length>5</Length>
        <Name>sample string 2</Name>
        <ProjectId>7</ProjectId>
        <ProjectNo>sample string 12</ProjectNo>
        <Status>sample string 13</Status>
        <Type>sample string 3</Type>
        <WorkerName>sample string 14</WorkerName>
      </ModuleInfo>
      <ModuleInfo>
        <AssemblyNo>sample string 4</AssemblyNo>
        <BatchDescription>sample string 11</BatchDescription>
        <BatchId>8</BatchId>
        <BatchInfo>sample string 9</BatchInfo>
        <BatchName>sample string 10</BatchName>
        <Height>6</Height>
        <Id>1</Id>
        <Length>5</Length>
        <Name>sample string 2</Name>
        <ProjectId>7</ProjectId>
        <ProjectNo>sample string 12</ProjectNo>
        <Status>sample string 13</Status>
        <Type>sample string 3</Type>
        <WorkerName>sample string 14</WorkerName>
      </ModuleInfo>
    </ModuleInfoList>
    <WorkerName>sample string 5</WorkerName>
  </ModuleDeliveryHierarcy>
  <ModuleDeliveryHierarcy>
    <BatchDescription>sample string 4</BatchDescription>
    <BatchId>1</BatchId>
    <BatchInfo>sample string 2</BatchInfo>
    <BatchName>sample string 3</BatchName>
    <ModuleInfoList>
      <ModuleInfo>
        <AssemblyNo>sample string 4</AssemblyNo>
        <BatchDescription>sample string 11</BatchDescription>
        <BatchId>8</BatchId>
        <BatchInfo>sample string 9</BatchInfo>
        <BatchName>sample string 10</BatchName>
        <Height>6</Height>
        <Id>1</Id>
        <Length>5</Length>
        <Name>sample string 2</Name>
        <ProjectId>7</ProjectId>
        <ProjectNo>sample string 12</ProjectNo>
        <Status>sample string 13</Status>
        <Type>sample string 3</Type>
        <WorkerName>sample string 14</WorkerName>
      </ModuleInfo>
      <ModuleInfo>
        <AssemblyNo>sample string 4</AssemblyNo>
        <BatchDescription>sample string 11</BatchDescription>
        <BatchId>8</BatchId>
        <BatchInfo>sample string 9</BatchInfo>
        <BatchName>sample string 10</BatchName>
        <Height>6</Height>
        <Id>1</Id>
        <Length>5</Length>
        <Name>sample string 2</Name>
        <ProjectId>7</ProjectId>
        <ProjectNo>sample string 12</ProjectNo>
        <Status>sample string 13</Status>
        <Type>sample string 3</Type>
        <WorkerName>sample string 14</WorkerName>
      </ModuleInfo>
    </ModuleInfoList>
    <WorkerName>sample string 5</WorkerName>
  </ModuleDeliveryHierarcy>
</ArrayOfModuleDeliveryHierarcy>