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. |
|
| CountedQuantity | decimal number |
None. |
|
| CountedQuantityBase | 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": "55da3ee1-2d02-490c-bbf5-c0704dbd9e80",
"StockCountOrderId": "fe84490d-50e0-4b50-911e-5371e02c4eb0",
"PangId": "4de5e749-889e-4bfb-a684-fccdc6c34c0f",
"ProdId": "a4d1edd3-497d-4fa4-88c8-75cd325136c9",
"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,
"CountedQuantity": 12.0,
"CountedQuantityBase": 13.0,
"ProdSize": "sample string 14",
"ProdColour": "sample string 15",
"ProdSeason": "sample string 16",
"ProdAssortment": "sample string 17",
"LocationId": "4783ae77-cd7f-445d-92ad-0d9246c65b6a",
"LocationNumber": "sample string 19",
"LocationName": "sample string 20",
"SerialNumber": "sample string 21",
"BatchNumber": "sample string 22",
"SSCCNumber": "sample string 23",
"ExpireDate": "2026-08-24T14:54:29.2575934+02:00",
"LineIsCounted": true
},
{
"Id": "55da3ee1-2d02-490c-bbf5-c0704dbd9e80",
"StockCountOrderId": "fe84490d-50e0-4b50-911e-5371e02c4eb0",
"PangId": "4de5e749-889e-4bfb-a684-fccdc6c34c0f",
"ProdId": "a4d1edd3-497d-4fa4-88c8-75cd325136c9",
"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,
"CountedQuantity": 12.0,
"CountedQuantityBase": 13.0,
"ProdSize": "sample string 14",
"ProdColour": "sample string 15",
"ProdSeason": "sample string 16",
"ProdAssortment": "sample string 17",
"LocationId": "4783ae77-cd7f-445d-92ad-0d9246c65b6a",
"LocationNumber": "sample string 19",
"LocationName": "sample string 20",
"SerialNumber": "sample string 21",
"BatchNumber": "sample string 22",
"SSCCNumber": "sample string 23",
"ExpireDate": "2026-08-24T14:54:29.2575934+02:00",
"LineIsCounted": true
}
]