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": "fe5c133e-0b16-4c8c-8bac-0ac00ada6da4",
"StockCountOrderId": "9600e564-e59b-400a-b75e-ccb81ce0ecfa",
"PangId": "9ee1fd07-0a04-4a16-8689-0308766b683a",
"ProdId": "3ec61119-2e91-437f-9219-789689e030af",
"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": "829e90bc-037d-492c-8972-8af49cf6e67a",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:15:20.3248851+02:00",
"LineIsCounted": true
},
{
"Id": "fe5c133e-0b16-4c8c-8bac-0ac00ada6da4",
"StockCountOrderId": "9600e564-e59b-400a-b75e-ccb81ce0ecfa",
"PangId": "9ee1fd07-0a04-4a16-8689-0308766b683a",
"ProdId": "3ec61119-2e91-437f-9219-789689e030af",
"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": "829e90bc-037d-492c-8972-8af49cf6e67a",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:15:20.3248851+02:00",
"LineIsCounted": true
}
]