POST api/WeightAccumulation/AddProductionTotalsAndSetAsHandled
Add specified production value totals and set specified weight accumulation as handled
Request Information
URI Parameters
None.
Body Parameters
WeightAccumulationProductionTotalsParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchNumber | string |
None. |
|
| RegistrationDate2 | date |
None. |
|
| RegQuantity2 | decimal number |
None. |
|
| TotWeight2 | decimal number |
None. |
|
| Wastage | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"BatchNumber": "sample string 1",
"RegistrationDate2": "2026-06-25T16:33:54.2606867+02:00",
"RegQuantity2": 3.0,
"TotWeight2": 4.0,
"Wastage": 5.0
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true