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": "5424db91-c474-4141-9950-de35fcb72210",
"SSCC": "sample string 2",
"ItemId": "a246d119-fc12-4f88-bd23-6b9260fff846",
"StockCountOrderId": "9e95bbd3-b70c-4260-a84e-c0e8295bbfd8",
"CountedItemContentList": [
{
"ProductPackagingId": "d1a10ec8-7f5d-429f-8195-c2f7400072a0",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:10:14.8649114+02:00"
},
{
"ProductPackagingId": "d1a10ec8-7f5d-429f-8195-c2f7400072a0",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:10:14.8649114+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": "53d0a239-6b7c-4eca-8353-5a8aa54fa4f7",
"StockCountOrderId": "bd4b3142-9c20-46f1-b674-1a05bf954f54",
"PangId": "d06c6773-bcd0-4e86-b570-aa6f9708f4ca",
"ProdId": "56e715ef-c573-4b7a-bf0b-3a23c2201db8",
"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": "d5cbff1f-e659-428c-8f13-826e53acc73a",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:10:14.8649114+02:00",
"LineIsCounted": true
}