GET api/Receiving/Pallets

Request Information

URI Parameters

Name Type Description Additional information
startDate date

Required

endDate date

Required

Body Parameters

None

Response Information

Resource Description

PagedResponseOfPallet
Name Type Description Additional information
Data Collection of Pallet

TotalCount integer

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "Id": 1,
      "LicensePlate": "sample string 2",
      "LegacyLicensePlate": "sample string 3",
      "ClientId": 1,
      "Client": "sample string 4",
      "TruckID": 1,
      "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
      "DepletedDate": "2024-10-21T11:36:07.0292174+00:00",
      "Description": "sample string 6",
      "WarehouseId": 7,
      "LocationId": 8,
      "Notes": "sample string 9",
      "Status": "sample string 10",
      "DimHeight": "sample string 11",
      "DimWidth": "sample string 12",
      "DimLength": "sample string 13",
      "PalletType": "sample string 14",
      "MasterBalanceAdjusted": true,
      "PalletDetails": [
        {
          "Id": 1,
          "PalletId": 2,
          "ItemCode": "sample string 3",
          "ItemId": 4,
          "Description": "sample string 5",
          "BoxCount": 1,
          "BoxQuantity": 1,
          "PackSlipQuantity": 6,
          "ReceivedQuantity": 7,
          "CurrentQuantity": 8,
          "ManufactureDate": "2024-10-21T11:36:07.0292174+00:00",
          "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
          "LotId": 1,
          "Lot": "sample string 11",
          "LotExpirationDate": "2024-10-21T11:36:07.0292174+00:00",
          "Status": "sample string 13",
          "PerformanceInMS": 14,
          "ClientName": "sample string 15"
        },
        {
          "Id": 1,
          "PalletId": 2,
          "ItemCode": "sample string 3",
          "ItemId": 4,
          "Description": "sample string 5",
          "BoxCount": 1,
          "BoxQuantity": 1,
          "PackSlipQuantity": 6,
          "ReceivedQuantity": 7,
          "CurrentQuantity": 8,
          "ManufactureDate": "2024-10-21T11:36:07.0292174+00:00",
          "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
          "LotId": 1,
          "Lot": "sample string 11",
          "LotExpirationDate": "2024-10-21T11:36:07.0292174+00:00",
          "Status": "sample string 13",
          "PerformanceInMS": 14,
          "ClientName": "sample string 15"
        }
      ],
      "PerformanceInMS": 16,
      "ClientName": "sample string 17"
    },
    {
      "Id": 1,
      "LicensePlate": "sample string 2",
      "LegacyLicensePlate": "sample string 3",
      "ClientId": 1,
      "Client": "sample string 4",
      "TruckID": 1,
      "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
      "DepletedDate": "2024-10-21T11:36:07.0292174+00:00",
      "Description": "sample string 6",
      "WarehouseId": 7,
      "LocationId": 8,
      "Notes": "sample string 9",
      "Status": "sample string 10",
      "DimHeight": "sample string 11",
      "DimWidth": "sample string 12",
      "DimLength": "sample string 13",
      "PalletType": "sample string 14",
      "MasterBalanceAdjusted": true,
      "PalletDetails": [
        {
          "Id": 1,
          "PalletId": 2,
          "ItemCode": "sample string 3",
          "ItemId": 4,
          "Description": "sample string 5",
          "BoxCount": 1,
          "BoxQuantity": 1,
          "PackSlipQuantity": 6,
          "ReceivedQuantity": 7,
          "CurrentQuantity": 8,
          "ManufactureDate": "2024-10-21T11:36:07.0292174+00:00",
          "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
          "LotId": 1,
          "Lot": "sample string 11",
          "LotExpirationDate": "2024-10-21T11:36:07.0292174+00:00",
          "Status": "sample string 13",
          "PerformanceInMS": 14,
          "ClientName": "sample string 15"
        },
        {
          "Id": 1,
          "PalletId": 2,
          "ItemCode": "sample string 3",
          "ItemId": 4,
          "Description": "sample string 5",
          "BoxCount": 1,
          "BoxQuantity": 1,
          "PackSlipQuantity": 6,
          "ReceivedQuantity": 7,
          "CurrentQuantity": 8,
          "ManufactureDate": "2024-10-21T11:36:07.0292174+00:00",
          "ReceivedDate": "2024-10-21T11:36:07.0292174+00:00",
          "LotId": 1,
          "Lot": "sample string 11",
          "LotExpirationDate": "2024-10-21T11:36:07.0292174+00:00",
          "Status": "sample string 13",
          "PerformanceInMS": 14,
          "ClientName": "sample string 15"
        }
      ],
      "PerformanceInMS": 16,
      "ClientName": "sample string 17"
    }
  ],
  "TotalCount": 1
}

application/xml, text/xml

Sample:
<PagedResponseOfPallet xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Data>
    <Pallet>
      <PerformanceInMS>16</PerformanceInMS>
      <ClientName>sample string 17</ClientName>
      <Id>1</Id>
      <LicensePlate>sample string 2</LicensePlate>
      <LegacyLicensePlate>sample string 3</LegacyLicensePlate>
      <ClientId>1</ClientId>
      <Client>sample string 4</Client>
      <TruckID>1</TruckID>
      <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
      <DepletedDate>2024-10-21T11:36:07.0292174+00:00</DepletedDate>
      <Description>sample string 6</Description>
      <WarehouseId>7</WarehouseId>
      <LocationId>8</LocationId>
      <Notes>sample string 9</Notes>
      <Status>sample string 10</Status>
      <DimHeight>sample string 11</DimHeight>
      <DimWidth>sample string 12</DimWidth>
      <DimLength>sample string 13</DimLength>
      <PalletType>sample string 14</PalletType>
      <MasterBalanceAdjusted>true</MasterBalanceAdjusted>
      <PalletDetails>
        <PalletDetail>
          <PerformanceInMS>14</PerformanceInMS>
          <ClientName>sample string 15</ClientName>
          <Id>1</Id>
          <PalletId>2</PalletId>
          <ItemCode>sample string 3</ItemCode>
          <ItemId>4</ItemId>
          <Description>sample string 5</Description>
          <BoxCount>1</BoxCount>
          <BoxQuantity>1</BoxQuantity>
          <PackSlipQuantity>6</PackSlipQuantity>
          <ReceivedQuantity>7</ReceivedQuantity>
          <CurrentQuantity>8</CurrentQuantity>
          <ManufactureDate>2024-10-21T11:36:07.0292174+00:00</ManufactureDate>
          <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
          <LotId>1</LotId>
          <Lot>sample string 11</Lot>
          <LotExpirationDate>2024-10-21T11:36:07.0292174+00:00</LotExpirationDate>
          <Status>sample string 13</Status>
        </PalletDetail>
        <PalletDetail>
          <PerformanceInMS>14</PerformanceInMS>
          <ClientName>sample string 15</ClientName>
          <Id>1</Id>
          <PalletId>2</PalletId>
          <ItemCode>sample string 3</ItemCode>
          <ItemId>4</ItemId>
          <Description>sample string 5</Description>
          <BoxCount>1</BoxCount>
          <BoxQuantity>1</BoxQuantity>
          <PackSlipQuantity>6</PackSlipQuantity>
          <ReceivedQuantity>7</ReceivedQuantity>
          <CurrentQuantity>8</CurrentQuantity>
          <ManufactureDate>2024-10-21T11:36:07.0292174+00:00</ManufactureDate>
          <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
          <LotId>1</LotId>
          <Lot>sample string 11</Lot>
          <LotExpirationDate>2024-10-21T11:36:07.0292174+00:00</LotExpirationDate>
          <Status>sample string 13</Status>
        </PalletDetail>
      </PalletDetails>
    </Pallet>
    <Pallet>
      <PerformanceInMS>16</PerformanceInMS>
      <ClientName>sample string 17</ClientName>
      <Id>1</Id>
      <LicensePlate>sample string 2</LicensePlate>
      <LegacyLicensePlate>sample string 3</LegacyLicensePlate>
      <ClientId>1</ClientId>
      <Client>sample string 4</Client>
      <TruckID>1</TruckID>
      <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
      <DepletedDate>2024-10-21T11:36:07.0292174+00:00</DepletedDate>
      <Description>sample string 6</Description>
      <WarehouseId>7</WarehouseId>
      <LocationId>8</LocationId>
      <Notes>sample string 9</Notes>
      <Status>sample string 10</Status>
      <DimHeight>sample string 11</DimHeight>
      <DimWidth>sample string 12</DimWidth>
      <DimLength>sample string 13</DimLength>
      <PalletType>sample string 14</PalletType>
      <MasterBalanceAdjusted>true</MasterBalanceAdjusted>
      <PalletDetails>
        <PalletDetail>
          <PerformanceInMS>14</PerformanceInMS>
          <ClientName>sample string 15</ClientName>
          <Id>1</Id>
          <PalletId>2</PalletId>
          <ItemCode>sample string 3</ItemCode>
          <ItemId>4</ItemId>
          <Description>sample string 5</Description>
          <BoxCount>1</BoxCount>
          <BoxQuantity>1</BoxQuantity>
          <PackSlipQuantity>6</PackSlipQuantity>
          <ReceivedQuantity>7</ReceivedQuantity>
          <CurrentQuantity>8</CurrentQuantity>
          <ManufactureDate>2024-10-21T11:36:07.0292174+00:00</ManufactureDate>
          <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
          <LotId>1</LotId>
          <Lot>sample string 11</Lot>
          <LotExpirationDate>2024-10-21T11:36:07.0292174+00:00</LotExpirationDate>
          <Status>sample string 13</Status>
        </PalletDetail>
        <PalletDetail>
          <PerformanceInMS>14</PerformanceInMS>
          <ClientName>sample string 15</ClientName>
          <Id>1</Id>
          <PalletId>2</PalletId>
          <ItemCode>sample string 3</ItemCode>
          <ItemId>4</ItemId>
          <Description>sample string 5</Description>
          <BoxCount>1</BoxCount>
          <BoxQuantity>1</BoxQuantity>
          <PackSlipQuantity>6</PackSlipQuantity>
          <ReceivedQuantity>7</ReceivedQuantity>
          <CurrentQuantity>8</CurrentQuantity>
          <ManufactureDate>2024-10-21T11:36:07.0292174+00:00</ManufactureDate>
          <ReceivedDate>2024-10-21T11:36:07.0292174+00:00</ReceivedDate>
          <LotId>1</LotId>
          <Lot>sample string 11</Lot>
          <LotExpirationDate>2024-10-21T11:36:07.0292174+00:00</LotExpirationDate>
          <Status>sample string 13</Status>
        </PalletDetail>
      </PalletDetails>
    </Pallet>
  </Data>
  <TotalCount>1</TotalCount>
</PagedResponseOfPallet>