POST api/HCS/GetLotData
Request Information
URI Parameters
None.
Body Parameters
BagCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpId | integer |
None. |
|
| BagDate | date |
None. |
|
| LineID | integer |
None. |
|
| ItemNmbr | string |
None. |
|
| ProductionIDNmbr | string |
None. |
|
| IncludeCompleted | boolean |
None. |
|
| SortFieldName | string |
None. |
|
| SortDirection | string |
None. |
|
| PagingStart | integer |
None. |
|
| NumRecs | integer |
None. |
|
| GettingDropdowns | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpId": 1,
"BagDate": "2025-12-17T03:20:45.0419964+00:00",
"LineID": 1,
"ItemNmbr": "sample string 2",
"ProductionIDNmbr": "sample string 3",
"IncludeCompleted": true,
"SortFieldName": "sample string 5",
"SortDirection": "sample string 6",
"PagingStart": 1,
"NumRecs": 1,
"GettingDropdowns": true
}
application/xml, text/xml
Sample:
<BagCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <BagDate>2025-12-17T03:20:45.0419964+00:00</BagDate> <EmpId>1</EmpId> <GettingDropdowns>true</GettingDropdowns> <IncludeCompleted>true</IncludeCompleted> <ItemNmbr>sample string 2</ItemNmbr> <LineID>1</LineID> <NumRecs>1</NumRecs> <PagingStart>1</PagingStart> <ProductionIDNmbr>sample string 3</ProductionIDNmbr> <SortDirection>sample string 6</SortDirection> <SortFieldName>sample string 5</SortFieldName> </BagCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BagData| Name | Description | Type | Additional information |
|---|---|---|---|
| LotId | integer |
None. |
|
| CreateDate | date |
None. |
|
| IVLineId | integer |
None. |
|
| LineName | string |
None. |
|
| MixerID | integer |
None. |
|
| MixerNmbr | integer |
None. |
|
| MixerName | string |
None. |
|
| ItemNmbr | string |
None. |
|
| ItemDesc | string |
None. |
|
| LotNumber | string |
None. |
|
| QtyReceiving | decimal number |
None. |
|
| UofM | string |
None. |
|
| BagNumber | integer |
None. |
|
| Status | string |
None. |
|
| LotCreateDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LotId": 1,
"CreateDate": "2025-12-17T03:20:45.0419964+00:00",
"IVLineId": 3,
"LineName": "sample string 4",
"MixerID": 5,
"MixerNmbr": 6,
"MixerName": "sample string 7",
"ItemNmbr": "sample string 8",
"ItemDesc": "sample string 9",
"LotNumber": "sample string 10",
"QtyReceiving": 11.1,
"UofM": "sample string 12",
"BagNumber": 13,
"Status": "sample string 14",
"LotCreateDateTime": "2025-12-17T03:20:45.0419964+00:00"
},
{
"LotId": 1,
"CreateDate": "2025-12-17T03:20:45.0419964+00:00",
"IVLineId": 3,
"LineName": "sample string 4",
"MixerID": 5,
"MixerNmbr": 6,
"MixerName": "sample string 7",
"ItemNmbr": "sample string 8",
"ItemDesc": "sample string 9",
"LotNumber": "sample string 10",
"QtyReceiving": 11.1,
"UofM": "sample string 12",
"BagNumber": 13,
"Status": "sample string 14",
"LotCreateDateTime": "2025-12-17T03:20:45.0419964+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfBagData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs">
<BagData>
<BagNumber>13</BagNumber>
<CreateDate>2025-12-17T03:20:45.0419964+00:00</CreateDate>
<IVLineId>3</IVLineId>
<ItemDesc>sample string 9</ItemDesc>
<ItemNmbr>sample string 8</ItemNmbr>
<LineName>sample string 4</LineName>
<LotCreateDateTime>2025-12-17T03:20:45.0419964+00:00</LotCreateDateTime>
<LotId>1</LotId>
<LotNumber>sample string 10</LotNumber>
<MixerID>5</MixerID>
<MixerName>sample string 7</MixerName>
<MixerNmbr>6</MixerNmbr>
<QtyReceiving>11.1</QtyReceiving>
<Status>sample string 14</Status>
<UofM>sample string 12</UofM>
</BagData>
<BagData>
<BagNumber>13</BagNumber>
<CreateDate>2025-12-17T03:20:45.0419964+00:00</CreateDate>
<IVLineId>3</IVLineId>
<ItemDesc>sample string 9</ItemDesc>
<ItemNmbr>sample string 8</ItemNmbr>
<LineName>sample string 4</LineName>
<LotCreateDateTime>2025-12-17T03:20:45.0419964+00:00</LotCreateDateTime>
<LotId>1</LotId>
<LotNumber>sample string 10</LotNumber>
<MixerID>5</MixerID>
<MixerName>sample string 7</MixerName>
<MixerNmbr>6</MixerNmbr>
<QtyReceiving>11.1</QtyReceiving>
<Status>sample string 14</Status>
<UofM>sample string 12</UofM>
</BagData>
</ArrayOfBagData>