POST api/StockCountOrderLines/UpdateCountedQuantityOnLine
Update counted quantity on existing stock count line based on input parameters
Request Information
URI Parameters
None.
Body Parameters
Specifying the the values needed to update the existing line
UpdateStockCountOrderLineParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| SystemUserId | globally unique identifier |
None. |
|
| StockCountOrderLineId | globally unique identifier |
None. |
|
| CountedQuantity | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SystemUserId": "86fcbfba-125e-4650-be8b-7d13b6343a3f",
"StockCountOrderLineId": "b8204b27-6081-46a2-8a02-4b0b33d291c3",
"CountedQuantity": 3.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of 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": "b73f4d22-b777-4cba-b9bd-26fa3b6a58fc",
"StockCountOrderId": "ef469e88-c012-4b13-bd0b-3d7d08d5b8f9",
"PangId": "69b11c8d-4729-480e-9952-2b518dd2fb2c",
"ProdId": "d969fcb5-46a4-4ea0-aaf2-0550e1b559c2",
"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": "04099a6a-3100-4faa-b986-f199efefd263",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:08:36.212133+02:00",
"LineIsCounted": true
},
{
"Id": "b73f4d22-b777-4cba-b9bd-26fa3b6a58fc",
"StockCountOrderId": "ef469e88-c012-4b13-bd0b-3d7d08d5b8f9",
"PangId": "69b11c8d-4729-480e-9952-2b518dd2fb2c",
"ProdId": "d969fcb5-46a4-4ea0-aaf2-0550e1b559c2",
"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": "04099a6a-3100-4faa-b986-f199efefd263",
"LocationNumber": "sample string 21",
"LocationName": "sample string 22",
"SerialNumber": "sample string 23",
"BatchNumber": "sample string 24",
"SSCCNumber": "sample string 25",
"ExpireDate": "2026-06-25T16:08:36.212133+02:00",
"LineIsCounted": true
}
]