POST api/MobileLocations/FetchLocationMapPallet

Request Information

URI Parameters

None.

Body Parameters

MobileRequestModel
NameDescriptionTypeAdditional information
AppUserId

integer

None.

DeviceName

string

None.

Parameters

Collection of MobileRequestParameter

None.

ListParameters

Collection of MobileRequestListParameter

None.

Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "_AppUserId": 1,
  "_DeviceName": "sample string 2",
  "_Parameters": [
    {
      "_Key": "sample string 1",
      "_Value": {}
    },
    {
      "_Key": "sample string 1",
      "_Value": {}
    }
  ],
  "_ListParameters": [
    {
      "_Key": "sample string 1",
      "_Value": [
        {},
        {}
      ]
    },
    {
      "_Key": "sample string 1",
      "_Value": [
        {},
        {}
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<MobileRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
  <_AppUserId>1</_AppUserId>
  <_DeviceName>sample string 2</_DeviceName>
  <_ListParameters>
    <MobileRequestListParameter>
      <_Key>sample string 1</_Key>
      <_Value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </_Value>
    </MobileRequestListParameter>
    <MobileRequestListParameter>
      <_Key>sample string 1</_Key>
      <_Value xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:anyType />
        <d4p1:anyType />
      </_Value>
    </MobileRequestListParameter>
  </_ListParameters>
  <_Parameters>
    <MobileRequestParameter>
      <_Key>sample string 1</_Key>
      <_Value />
    </MobileRequestParameter>
    <MobileRequestParameter>
      <_Key>sample string 1</_Key>
      <_Value />
    </MobileRequestParameter>
  </_Parameters>
</MobileRequestModel>

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 'MobileRequestModel'.

Response Information

Resource Description

MobileLocationMapPallet
NameDescriptionTypeAdditional information
PalletId

integer

None.

PalletNumber

string

None.

Quantity

integer

None.

ProductId

integer

None.

ProductCode

string

None.

LocationRoomId

integer

None.

LocationRoomAreaId

integer

None.

LocationRowId

integer

None.

LocationRowCode

string

None.

LocationColumnId

integer

None.

LocationColumnCode

string

None.

LocationHeightId

integer

None.

PackDate

date

None.

HarvestDate

date

None.

PalletStatus

string

None.

SupplierCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PalletId": 1,
  "PalletNumber": "sample string 2",
  "Quantity": 3,
  "ProductId": 4,
  "ProductCode": "sample string 5",
  "LocationRoomId": 6,
  "LocationRoomAreaId": 7,
  "LocationRowId": 8,
  "LocationRowCode": "sample string 9",
  "LocationColumnId": 10,
  "LocationColumnCode": "sample string 11",
  "LocationHeightId": 12,
  "PackDate": "2025-12-06T14:08:02.8874481+10:30",
  "HarvestDate": "2025-12-06T14:08:02.8874481+10:30",
  "PalletStatus": "sample string 15",
  "SupplierCode": "sample string 16"
}

application/xml, text/xml

Sample:
<MobileLocationMapPallet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Features.MobileLocations.Models">
  <HarvestDate>2025-12-06T14:08:02.8874481+10:30</HarvestDate>
  <LocationColumnCode>sample string 11</LocationColumnCode>
  <LocationColumnId>10</LocationColumnId>
  <LocationHeightId>12</LocationHeightId>
  <LocationRoomAreaId>7</LocationRoomAreaId>
  <LocationRoomId>6</LocationRoomId>
  <LocationRowCode>sample string 9</LocationRowCode>
  <LocationRowId>8</LocationRowId>
  <PackDate>2025-12-06T14:08:02.8874481+10:30</PackDate>
  <PalletId>1</PalletId>
  <PalletNumber>sample string 2</PalletNumber>
  <PalletStatus>sample string 15</PalletStatus>
  <ProductCode>sample string 5</ProductCode>
  <ProductId>4</ProductId>
  <Quantity>3</Quantity>
  <SupplierCode>sample string 16</SupplierCode>
</MobileLocationMapPallet>