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": "088cb8a7-8689-4ece-9898-e4a1d12cf183",
"SSCC": "sample string 2",
"ItemId": "05a97987-d6ab-405d-aaed-622be54dd225",
"StockCountOrderId": "0a11e034-ffd4-40f8-966a-31a6cf893f98",
"CountedItemContentList": [
{
"ProductPackagingId": "acee5f80-8327-4db7-a8fc-34e84a75cf2d",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:11:38.8901063+02:00"
},
{
"ProductPackagingId": "acee5f80-8327-4db7-a8fc-34e84a75cf2d",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:11:38.8901063+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": "0347b546-dd21-4c2d-856e-8caa6201611c",
"StockCountOrderId": "05ab019f-5c7d-440c-a697-8ace3fcfac7a",
"PangId": "22007ce2-1c37-4cc1-a983-4ed50a8f8a2e",
"ProdId": "9943475c-5522-49fa-9995-cadab296b32e",
"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": "23e6d9cf-b0f9-493d-99d9-1f53c49d0ca2",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:11:38.8901063+02:00",
"LineIsCounted": true
}