POST api/StockCountOrderLines/GenerateOnLocation/{SystemUserId}/{LocationId}/{StockCountOrderId}
Generate stock count orderlines to be counted for specified location belonging to specified order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
Required |
|
| LocationId | globally unique identifier |
Required |
|
| StockCountOrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StockCountOrderLine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StockCountOrderId | globally unique identifier |
None. |
|
| PangId | globally unique identifier |
None. |
|
| ProdId | globally unique identifier |
None. |
|
| PangGtinNumber | string |
None. |
|
| PangUnitNameSales | string |
None. |
|
| ProdNumber | string |
None. |
|
| ProdName | string |
None. |
|
| PatyDescription | string |
None. |
|
| Quantity | decimal number |
None. |
|
| QuantityBase | decimal number |
None. |
|
| NetWeight | decimal number |
None. |
|
| CountedQuantity | decimal number |
None. |
|
| CountedQuantityBase | decimal number |
None. |
|
| CountedNetWeight | decimal number |
None. |
|
| ProdSize | string |
None. |
|
| ProdColour | string |
None. |
|
| ProdSeason | string |
None. |
|
| ProdAssortment | string |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| LocationNumber | string |
None. |
|
| LocationName | string |
None. |
|
| SerialNumber | string |
None. |
|
| BatchNumber | string |
None. |
|
| SSCCNumber | string |
None. |
|
| ExpireDate | date |
None. |
|
| LineIsCounted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3eb55d7b-276e-4b10-9a74-1f3ad85421a5",
"StockCountOrderId": "8e060103-2d57-43e9-af32-317cc2068ca9",
"PangId": "db5d4c34-049d-4f0a-b7d0-56f56f2c5b63",
"ProdId": "c14900b7-be6b-4927-8120-eada5b1cead1",
"PangGtinNumber": "sample string 5",
"PangUnitNameSales": "sample string 6",
"ProdNumber": "sample string 7",
"ProdName": "sample string 8",
"PatyDescription": "sample string 9",
"Quantity": 10.0,
"QuantityBase": 11.0,
"NetWeight": 12.0,
"CountedQuantity": 13.0,
"CountedQuantityBase": 14.0,
"CountedNetWeight": 15.0,
"ProdSize": "sample string 16",
"ProdColour": "sample string 17",
"ProdSeason": "sample string 18",
"ProdAssortment": "sample string 19",
"LocationId": "f48af8f6-3269-4b3c-9550-3cd072ae6130",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:56:39.8271028+02:00",
"LineIsCounted": true
},
{
"Id": "3eb55d7b-276e-4b10-9a74-1f3ad85421a5",
"StockCountOrderId": "8e060103-2d57-43e9-af32-317cc2068ca9",
"PangId": "db5d4c34-049d-4f0a-b7d0-56f56f2c5b63",
"ProdId": "c14900b7-be6b-4927-8120-eada5b1cead1",
"PangGtinNumber": "sample string 5",
"PangUnitNameSales": "sample string 6",
"ProdNumber": "sample string 7",
"ProdName": "sample string 8",
"PatyDescription": "sample string 9",
"Quantity": 10.0,
"QuantityBase": 11.0,
"NetWeight": 12.0,
"CountedQuantity": 13.0,
"CountedQuantityBase": 14.0,
"CountedNetWeight": 15.0,
"ProdSize": "sample string 16",
"ProdColour": "sample string 17",
"ProdSeason": "sample string 18",
"ProdAssortment": "sample string 19",
"LocationId": "f48af8f6-3269-4b3c-9550-3cd072ae6130",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:56:39.8271028+02:00",
"LineIsCounted": true
}
]