POST api/StockCountOrderLines/RegisterItemContentStockCount
Register counted content on item
Request Information
URI Parameters
None.
Body Parameters
Specifying the the values needed to update the item content
ItemStockCountParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| SSCC | string |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| StockCountOrderId | globally unique identifier |
None. |
|
| CountedItemContentList | Collection of ItemStockCountContent |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "6139e970-4d4a-4acf-beb5-683870dbdf43",
"SSCC": "sample string 2",
"ItemId": "15c1b7bb-34c4-4a80-bcce-222069cbe68e",
"StockCountOrderId": "4e8e1e54-a7a4-4f22-88e5-7a87687795bc",
"CountedItemContentList": [
{
"ProductPackagingId": "8a35de01-044a-46ff-94a5-1cc693ed1edc",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T11:34:35.8624272+02:00"
},
{
"ProductPackagingId": "8a35de01-044a-46ff-94a5-1cc693ed1edc",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T11:34:35.8624272+02:00"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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": "a0ba3b20-12d6-4cb5-94bb-10ab9971db31",
"StockCountOrderId": "255e6050-dadb-4b9e-9929-8599ca671681",
"PangId": "e66d85c1-161b-42ed-84a8-142a782b3d51",
"ProdId": "fbf56228-5d68-481a-b46a-7d3163b28d01",
"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": "90503ffb-f386-4d24-83ad-a4dcb7dab653",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T11:34:35.8624272+02:00",
"LineIsCounted": true
}