POST api/HCS/GetBagBatchValuesDetail?lineid={lineid}&itemnmbr={itemnmbr}&empid={empid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lineid | string |
Required |
|
itemnmbr | string |
Required |
|
empid | string |
Required |
Body Parameters
Collection of NameValueName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Value | string |
None. |
|
Permission | string |
None. |
|
id | integer |
None. |
|
defaultselection | boolean |
None. |
|
Location | string |
None. |
|
ViewOption | boolean |
None. |
|
EditOption | boolean |
None. |
|
Prefix | string |
None. |
|
ProductionStatus | string |
None. |
|
MixerID | integer |
None. |
|
MixerNmbr | integer |
None. |
|
MixerName | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Value": "sample string 2", "Permission": "sample string 3", "id": 4, "defaultselection": true, "Location": "sample string 6", "ViewOption": true, "EditOption": true, "Prefix": "sample string 9", "ProductionStatus": "sample string 10", "MixerID": 11, "MixerNmbr": 12, "MixerName": "sample string 13" }, { "Name": "sample string 1", "Value": "sample string 2", "Permission": "sample string 3", "id": 4, "defaultselection": true, "Location": "sample string 6", "ViewOption": true, "EditOption": true, "Prefix": "sample string 9", "ProductionStatus": "sample string 10", "MixerID": 11, "MixerNmbr": 12, "MixerName": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfNameValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <NameValue> <EditOption>true</EditOption> <Location>sample string 6</Location> <MixerID>11</MixerID> <MixerName>sample string 13</MixerName> <MixerNmbr>12</MixerNmbr> <Name>sample string 1</Name> <Permission>sample string 3</Permission> <Prefix>sample string 9</Prefix> <ProductionStatus>sample string 10</ProductionStatus> <Value>sample string 2</Value> <ViewOption>true</ViewOption> <defaultselection>true</defaultselection> <id>4</id> </NameValue> <NameValue> <EditOption>true</EditOption> <Location>sample string 6</Location> <MixerID>11</MixerID> <MixerName>sample string 13</MixerName> <MixerNmbr>12</MixerNmbr> <Name>sample string 1</Name> <Permission>sample string 3</Permission> <Prefix>sample string 9</Prefix> <ProductionStatus>sample string 10</ProductionStatus> <Value>sample string 2</Value> <ViewOption>true</ViewOption> <defaultselection>true</defaultselection> <id>4</id> </NameValue> </ArrayOfNameValue>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BatchCompletionExportName | Description | Type | Additional information |
---|---|---|---|
LINENMBR | integer |
None. |
|
ITEMNMBR | string |
None. |
|
ITEMDESC | string |
None. |
|
DOCNMBR | string |
None. |
|
DocType | string |
None. |
|
DOCDATE | date |
None. |
|
LOCNCODE | string |
None. |
|
QUANTITY | decimal number |
None. |
|
UOFM | string |
None. |
|
QUANTITYLBS | decimal number |
None. |
|
DCSQTY | decimal number |
None. |
|
Variance | decimal number |
None. |
|
Lots | Collection of LotInfo |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LINENMBR": 1, "ITEMNMBR": "sample string 2", "ITEMDESC": "sample string 3", "DOCNMBR": "sample string 4", "DocType": "sample string 5", "DOCDATE": "2025-05-15T10:55:05.3292921+00:00", "LOCNCODE": "sample string 7", "QUANTITY": 8.0, "UOFM": "sample string 9", "QUANTITYLBS": 10.0, "DCSQTY": 11.0, "Variance": 12.0, "Lots": [ { "LOTNUMBER": "sample string 1", "QUANTITY": 2.0, "BIN": "sample string 3" }, { "LOTNUMBER": "sample string 1", "QUANTITY": 2.0, "BIN": "sample string 3" } ] }, { "LINENMBR": 1, "ITEMNMBR": "sample string 2", "ITEMDESC": "sample string 3", "DOCNMBR": "sample string 4", "DocType": "sample string 5", "DOCDATE": "2025-05-15T10:55:05.3292921+00:00", "LOCNCODE": "sample string 7", "QUANTITY": 8.0, "UOFM": "sample string 9", "QUANTITYLBS": 10.0, "DCSQTY": 11.0, "Variance": 12.0, "Lots": [ { "LOTNUMBER": "sample string 1", "QUANTITY": 2.0, "BIN": "sample string 3" }, { "LOTNUMBER": "sample string 1", "QUANTITY": 2.0, "BIN": "sample string 3" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfBatchCompletionExport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HCSAPI.DTOs"> <BatchCompletionExport> <DCSQTY>11</DCSQTY> <DOCDATE>2025-05-15T10:55:05.3292921+00:00</DOCDATE> <DOCNMBR>sample string 4</DOCNMBR> <DocType>sample string 5</DocType> <ITEMDESC>sample string 3</ITEMDESC> <ITEMNMBR>sample string 2</ITEMNMBR> <LINENMBR>1</LINENMBR> <LOCNCODE>sample string 7</LOCNCODE> <Lots> <LotInfo> <BIN>sample string 3</BIN> <LOTNUMBER>sample string 1</LOTNUMBER> <QUANTITY>2</QUANTITY> </LotInfo> <LotInfo> <BIN>sample string 3</BIN> <LOTNUMBER>sample string 1</LOTNUMBER> <QUANTITY>2</QUANTITY> </LotInfo> </Lots> <QUANTITY>8</QUANTITY> <QUANTITYLBS>10</QUANTITYLBS> <UOFM>sample string 9</UOFM> <Variance>12</Variance> </BatchCompletionExport> <BatchCompletionExport> <DCSQTY>11</DCSQTY> <DOCDATE>2025-05-15T10:55:05.3292921+00:00</DOCDATE> <DOCNMBR>sample string 4</DOCNMBR> <DocType>sample string 5</DocType> <ITEMDESC>sample string 3</ITEMDESC> <ITEMNMBR>sample string 2</ITEMNMBR> <LINENMBR>1</LINENMBR> <LOCNCODE>sample string 7</LOCNCODE> <Lots> <LotInfo> <BIN>sample string 3</BIN> <LOTNUMBER>sample string 1</LOTNUMBER> <QUANTITY>2</QUANTITY> </LotInfo> <LotInfo> <BIN>sample string 3</BIN> <LOTNUMBER>sample string 1</LOTNUMBER> <QUANTITY>2</QUANTITY> </LotInfo> </Lots> <QUANTITY>8</QUANTITY> <QUANTITYLBS>10</QUANTITYLBS> <UOFM>sample string 9</UOFM> <Variance>12</Variance> </BatchCompletionExport> </ArrayOfBatchCompletionExport>