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": "65bb6b46-7e7b-43cc-9107-e279d2f8b52e",
"SSCC": "sample string 2",
"ItemId": "0d695cf6-2994-42a9-b69e-f4b4dc94b7c6",
"StockCountOrderId": "bb01b766-bfc9-4f80-aa1b-3ae2bee013c0",
"CountedItemContentList": [
{
"ProductPackagingId": "894fd2c2-53b7-4f88-bb52-1a10593e5ca3",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:30:03.1422344+02:00"
},
{
"ProductPackagingId": "894fd2c2-53b7-4f88-bb52-1a10593e5ca3",
"CountedQuantity": 2.0,
"CountedWeight": 3.0,
"BatchNumber": "sample string 4",
"SerialNumber": "sample string 5",
"ExpireDate": "2026-06-25T16:30:03.1422344+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": "970348a4-c919-4fb3-92ce-23cf83567589",
"StockCountOrderId": "0c632e83-b110-4f7e-b80e-01bf49942ce7",
"PangId": "66c82206-839e-4a67-be15-a9c275002097",
"ProdId": "baf19688-4af0-4c66-a62b-143f6445f6dd",
"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": "6746ea7e-c199-4b6d-9511-1a773c89ec7a",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:30:03.1578576+02:00",
"LineIsCounted": true
}