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": "2025-04-05T09:27:01.9369459-07:00", "ToDate": "2025-04-05T09:27:01.9369459-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" } }