POST api/MobileTruckLoad/GetTruckLoadDispatchPallets
Request Information
URI Parameters
None.
Body Parameters
MobileRequestModel| Name | Description | Type | Additional 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:
Response Information
Resource Description
MobileReturnResponseOfListOfMobileTruckLoadPalletModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | MobileResponseModel |
None. |
|
| Data | Collection of MobileTruckLoadPalletModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"_Response": {
"_Result": true,
"_ErrorMessage": "sample string 2",
"_ShowDialog": true
},
"_Data": [
null,
{
"PalletId": 1,
"PalletNumber": "sample string 2",
"Location": "sample string 3",
"Quantity": 4,
"Customer": "sample string 5",
"Product": "sample string 6",
"OnTruckLoad": true,
"PalletSpace": 8,
"FullSpaces": 9,
"DispatchId": 10,
"OldId": 11,
"RowVersionNumeric": 1,
"ValidationErrors": [],
"Id": 0,
"Code": null,
"Description": null,
"DeletedDate": "0001-01-01T00:00:00",
"ConcurTimeStamp": "QEA="
}
]
}
application/xml, text/xml
Sample:
<MobileReturnResponseOfArrayOfMobileTruckLoadPalletModelFtrMcklY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
<_Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MobileModels">
<d2p1:MobileTruckLoadPalletModel i:nil="true" />
<d2p1:MobileTruckLoadPalletModel>
<_x003C_Code_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels" />
<_x003C_ConcurTimeStamp_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels">QEA=</_x003C_ConcurTimeStamp_x003E_k__BackingField>
<_x003C_DeletedDate_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels">0001-01-01T00:00:00</_x003C_DeletedDate_x003E_k__BackingField>
<_x003C_Description_x003E_k__BackingField i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels" />
<_x003C_Id_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.WebApi.Models.MasterDataModels">0</_x003C_Id_x003E_k__BackingField>
<d2p1:OldId>11</d2p1:OldId>
<d2p1:RowVersionNumeric>1</d2p1:RowVersionNumeric>
<d2p1:ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<d2p1:Customer>sample string 5</d2p1:Customer>
<d2p1:DispatchId>10</d2p1:DispatchId>
<d2p1:FullSpaces>9</d2p1:FullSpaces>
<d2p1:Location>sample string 3</d2p1:Location>
<d2p1:OnTruckLoad>true</d2p1:OnTruckLoad>
<d2p1:PalletId>1</d2p1:PalletId>
<d2p1:PalletNumber>sample string 2</d2p1:PalletNumber>
<d2p1:PalletSpace>8</d2p1:PalletSpace>
<d2p1:Product>sample string 6</d2p1:Product>
<d2p1:Quantity>4</d2p1:Quantity>
</d2p1:MobileTruckLoadPalletModel>
</_Data>
<_Response>
<_ErrorMessage>sample string 2</_ErrorMessage>
<_Result>true</_Result>
<_ShowDialog>true</_ShowDialog>
</_Response>
</MobileReturnResponseOfArrayOfMobileTruckLoadPalletModelFtrMcklY>