POST api/UBValidateReversePenaltyCalc
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"ReverseCalcParams": {
"BatchNumberRange": "sample string 1",
"FromBatchNumber": "sample string 2",
"ToBatchNumber": "sample string 3",
"FromDate": "2026-05-28T10:50:57.6913706-07:00",
"ToDate": "2026-05-28T10:50:57.6913706-07:00"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}