POST api/WeightAccumulation/AddProductionTotalsAndSetAsHandled

Add specified production value totals and set specified weight accumulation as handled

Request Information

URI Parameters

None.

Body Parameters

WeightAccumulationProductionTotalsParameters
NameDescriptionTypeAdditional 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:12:33.2967908+02:00",
  "RegQuantity2": 3.0,
  "TotWeight2": 4.0,
  "Wastage": 5.0
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WeightAccumulationProductionTotalsParameters'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true