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": "475eb79c-9bc9-4380-959b-750cc751dfaf",
"SSCC": "sample string 2",
"ItemId": "5a0656f5-8b03-4431-a8f8-049de469f7ff",
"StockCountOrderId": "b9e5ff32-3601-4dc6-87ab-9277ced5eebe",
"CountedItemContentList": [
{
"ProductPackagingId": "e125c196-25ad-45f4-859c-03d5e0135d61",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:10:03.7417209+02:00"
},
{
"ProductPackagingId": "e125c196-25ad-45f4-859c-03d5e0135d61",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:10:03.7417209+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": "6692ded4-af66-4a23-a1cd-d44d167065d2",
"StockCountOrderId": "c3f41ede-41ab-4277-a176-17c6085fd9fc",
"PangId": "2c37050c-5fdf-4451-9117-be7ec4643cc2",
"ProdId": "7a875fba-ced5-41f9-b8cb-73131c20b876",
"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": "5ed5a3ba-412d-4048-86af-355cb3424204",
"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:03.7417209+02:00",
"LineIsCounted": true
}