POST api/MobileSupplierReceipt/FetchLabelDataCustGroupPickRate
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
MobileReceiptProductSelectDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RequiresPickRate | boolean |
None. |
|
| PalletCards | Collection of MobilePalletCardFormatModel |
None. |
|
| PackLabels | Collection of MobilePackLabelModel |
None. |
|
| CustomerGroups | Collection of MobileCustomerGroupModel |
None. |
|
| PickRates | Collection of MobilePickRateModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequiresPickRate": true,
"PalletCards": [
null,
{
"PalletCardFormatCode": "sample string 1",
"PalletCardFormatDescription": "sample string 2",
"Id": 3,
"OldId": 4,
"ConcurTimeStamp": "QEA=",
"RowVersionNumeric": null,
"DeletedDate": "2099-12-31T00:00:00",
"ValidationErrors": []
}
],
"PackLabels": [
null,
{
"LabelTypeDescription": "sample string 1",
"Id": 2,
"OldId": 3,
"ConcurTimeStamp": "QEA=",
"RowVersionNumeric": null,
"DeletedDate": "2099-12-31T00:00:00",
"ValidationErrors": []
}
],
"CustomerGroups": [
null,
{
"CustomerGroupCode": "sample string 1",
"CustomerGroupDescription": "sample string 2",
"Id": 3,
"OldId": 4,
"ConcurTimeStamp": "QEA=",
"RowVersionNumeric": null,
"DeletedDate": "2099-12-31T00:00:00",
"ValidationErrors": []
}
],
"PickRates": [
null,
{
"_PickRateCode": "sample string 1",
"_PickRateDescription": "sample string 2",
"_PayrollCode": "sample string 3",
"_Id": 4,
"_OldId": 5,
"_ConcurTimeStamp": "QEA=",
"_RowVersionNumeric": null,
"_DeletedDate": "2099-12-31T00:00:00",
"_ValidationErrors": []
}
]
}
application/xml, text/xml
Sample:
<MobileReceiptProductSelectDetailModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
<CustomerGroups>
<MobileCustomerGroupModel i:nil="true" />
<MobileCustomerGroupModel>
<_ConcurTimeStamp>QEA=</_ConcurTimeStamp>
<_DeletedDate>2099-12-31T00:00:00</_DeletedDate>
<_Id>3</_Id>
<_OldId>4</_OldId>
<_RowVersionNumeric i:nil="true" />
<_ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<CustomerGroupCode>sample string 1</CustomerGroupCode>
<CustomerGroupDescription>sample string 2</CustomerGroupDescription>
</MobileCustomerGroupModel>
</CustomerGroups>
<PackLabels>
<MobilePackLabelModel i:nil="true" />
<MobilePackLabelModel>
<_ConcurTimeStamp>QEA=</_ConcurTimeStamp>
<_DeletedDate>2099-12-31T00:00:00</_DeletedDate>
<_Id>2</_Id>
<_OldId>3</_OldId>
<_RowVersionNumeric i:nil="true" />
<_ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<LabelTypeDescription>sample string 1</LabelTypeDescription>
</MobilePackLabelModel>
</PackLabels>
<PalletCards>
<MobilePalletCardFormatModel i:nil="true" />
<MobilePalletCardFormatModel>
<_ConcurTimeStamp>QEA=</_ConcurTimeStamp>
<_DeletedDate>2099-12-31T00:00:00</_DeletedDate>
<_Id>3</_Id>
<_OldId>4</_OldId>
<_RowVersionNumeric i:nil="true" />
<_ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<PalletCardFormatCode>sample string 1</PalletCardFormatCode>
<PalletCardFormatDescription>sample string 2</PalletCardFormatDescription>
</MobilePalletCardFormatModel>
</PalletCards>
<PickRates>
<MobilePickRateModel i:nil="true" />
<MobilePickRateModel>
<_ConcurTimeStamp>QEA=</_ConcurTimeStamp>
<_DeletedDate>2099-12-31T00:00:00</_DeletedDate>
<_Id>4</_Id>
<_OldId>5</_OldId>
<_RowVersionNumeric i:nil="true" />
<_ValidationErrors xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
<_PayrollCode>sample string 3</_PayrollCode>
<_PickRateCode>sample string 1</_PickRateCode>
<_PickRateDescription>sample string 2</_PickRateDescription>
</MobilePickRateModel>
</PickRates>
<RequiresPickRate>true</RequiresPickRate>
</MobileReceiptProductSelectDetailModel>