POST api/PalletLineEnquiry/{number}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
number

string

Required

Body Parameters

MasterDataByFacilityParameter
NameDescriptionTypeAdditional information
Timestamp

string

None.

FacilityId

integer

None.

PageResultsValue

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Timestamp": "sample string 1",
  "FacilityId": 1,
  "PageResultsValue": 2
}

application/xml, text/xml

Sample:
<MasterDataByFacilityParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models">
  <FacilityId>1</FacilityId>
  <PageResultsValue>2</PageResultsValue>
  <Timestamp>sample string 1</Timestamp>
</MasterDataByFacilityParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MasterDataByFacilityParameter'.

Response Information

Resource Description

Collection of PalletLineEnquiry
NameDescriptionTypeAdditional information
PalletLineId

integer

None.

PalletId

integer

None.

PalletNumber

string

None.

ExternalPalletNumber

string

None.

AlternatePalletNumber

string

None.

PalletStatus

string

None.

PackDate

date

None.

PalletType

string

None.

ProductId

integer

None.

SupplierId

integer

None.

FullNumber

string

None.

DeletedDate

date

None.

SourceFacilityId

integer

None.

DestinationFacilityId

integer

None.

DisplayUntilDate

date

None.

BestBeforeDate

date

None.

HarvestDate

date

None.

LocationId

integer

None.

LocationRowId

integer

None.

InwardsReceiptId

integer

None.

DespatchId

integer

None.

PalletMarketRestrictions

string

None.

PackrunId

integer

None.

PackrunQcLotId

integer

None.

SupplierModuleId

integer

None.

PlantingId

integer

None.

ConcurTimeStamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PalletLineId": 1,
    "PalletId": 2,
    "PalletNumber": "sample string 3",
    "ExternalPalletNumber": "sample string 4",
    "AlternatePalletNumber": "sample string 5",
    "PalletStatus": "sample string 6",
    "PackDate": "2025-12-06T14:34:16.8377526+10:30",
    "PalletType": "sample string 8",
    "ProductId": 9,
    "SupplierId": 10,
    "FullNumber": "sample string 11",
    "DeletedDate": "2025-12-06T14:34:16.8377526+10:30",
    "SourceFacilityId": 13,
    "DestinationFacilityId": 14,
    "DisplayUntilDate": "2025-12-06T14:34:16.8377526+10:30",
    "BestBeforeDate": "2025-12-06T14:34:16.8377526+10:30",
    "HarvestDate": "2025-12-06T14:34:16.8377526+10:30",
    "LocationId": 18,
    "LocationRowId": 19,
    "InwardsReceiptId": 20,
    "DespatchId": 21,
    "PalletMarketRestrictions": "sample string 22",
    "PackrunId": 23,
    "PackrunQcLotId": 24,
    "SupplierModuleId": 25,
    "PlantingId": 26,
    "ConcurTimeStamp": "QEA="
  },
  {
    "PalletLineId": 1,
    "PalletId": 2,
    "PalletNumber": "sample string 3",
    "ExternalPalletNumber": "sample string 4",
    "AlternatePalletNumber": "sample string 5",
    "PalletStatus": "sample string 6",
    "PackDate": "2025-12-06T14:34:16.8377526+10:30",
    "PalletType": "sample string 8",
    "ProductId": 9,
    "SupplierId": 10,
    "FullNumber": "sample string 11",
    "DeletedDate": "2025-12-06T14:34:16.8377526+10:30",
    "SourceFacilityId": 13,
    "DestinationFacilityId": 14,
    "DisplayUntilDate": "2025-12-06T14:34:16.8377526+10:30",
    "BestBeforeDate": "2025-12-06T14:34:16.8377526+10:30",
    "HarvestDate": "2025-12-06T14:34:16.8377526+10:30",
    "LocationId": 18,
    "LocationRowId": 19,
    "InwardsReceiptId": 20,
    "DespatchId": 21,
    "PalletMarketRestrictions": "sample string 22",
    "PackrunId": 23,
    "PackrunQcLotId": 24,
    "SupplierModuleId": 25,
    "PlantingId": 26,
    "ConcurTimeStamp": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfPalletLineEnquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.EnquiryModels">
  <PalletLineEnquiry>
    <AlternatePalletNumber>sample string 5</AlternatePalletNumber>
    <BestBeforeDate>2025-12-06T14:34:16.8377526+10:30</BestBeforeDate>
    <ConcurTimeStamp>QEA=</ConcurTimeStamp>
    <DeletedDate>2025-12-06T14:34:16.8377526+10:30</DeletedDate>
    <DespatchId>21</DespatchId>
    <DestinationFacilityId>14</DestinationFacilityId>
    <DisplayUntilDate>2025-12-06T14:34:16.8377526+10:30</DisplayUntilDate>
    <ExternalPalletNumber>sample string 4</ExternalPalletNumber>
    <FullNumber>sample string 11</FullNumber>
    <HarvestDate>2025-12-06T14:34:16.8377526+10:30</HarvestDate>
    <InwardsReceiptId>20</InwardsReceiptId>
    <LocationId>18</LocationId>
    <LocationRowId>19</LocationRowId>
    <PackDate>2025-12-06T14:34:16.8377526+10:30</PackDate>
    <PackrunId>23</PackrunId>
    <PackrunQcLotId>24</PackrunQcLotId>
    <PalletId>2</PalletId>
    <PalletLineId>1</PalletLineId>
    <PalletMarketRestrictions>sample string 22</PalletMarketRestrictions>
    <PalletNumber>sample string 3</PalletNumber>
    <PalletStatus>sample string 6</PalletStatus>
    <PalletType>sample string 8</PalletType>
    <PlantingId>26</PlantingId>
    <ProductId>9</ProductId>
    <SourceFacilityId>13</SourceFacilityId>
    <SupplierId>10</SupplierId>
    <SupplierModuleId>25</SupplierModuleId>
  </PalletLineEnquiry>
  <PalletLineEnquiry>
    <AlternatePalletNumber>sample string 5</AlternatePalletNumber>
    <BestBeforeDate>2025-12-06T14:34:16.8377526+10:30</BestBeforeDate>
    <ConcurTimeStamp>QEA=</ConcurTimeStamp>
    <DeletedDate>2025-12-06T14:34:16.8377526+10:30</DeletedDate>
    <DespatchId>21</DespatchId>
    <DestinationFacilityId>14</DestinationFacilityId>
    <DisplayUntilDate>2025-12-06T14:34:16.8377526+10:30</DisplayUntilDate>
    <ExternalPalletNumber>sample string 4</ExternalPalletNumber>
    <FullNumber>sample string 11</FullNumber>
    <HarvestDate>2025-12-06T14:34:16.8377526+10:30</HarvestDate>
    <InwardsReceiptId>20</InwardsReceiptId>
    <LocationId>18</LocationId>
    <LocationRowId>19</LocationRowId>
    <PackDate>2025-12-06T14:34:16.8377526+10:30</PackDate>
    <PackrunId>23</PackrunId>
    <PackrunQcLotId>24</PackrunQcLotId>
    <PalletId>2</PalletId>
    <PalletLineId>1</PalletLineId>
    <PalletMarketRestrictions>sample string 22</PalletMarketRestrictions>
    <PalletNumber>sample string 3</PalletNumber>
    <PalletStatus>sample string 6</PalletStatus>
    <PalletType>sample string 8</PalletType>
    <PlantingId>26</PlantingId>
    <ProductId>9</ProductId>
    <SourceFacilityId>13</SourceFacilityId>
    <SupplierId>10</SupplierId>
    <SupplierModuleId>25</SupplierModuleId>
  </PalletLineEnquiry>
</ArrayOfPalletLineEnquiry>