POST api/UBValidateBatchReverseCalc

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "BatchNum": "sample string 1",
  "BookNum": "sample string 2",
  "AcctNum": "sample string 3",
  "SeqNum": "sample string 4"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Validation": {
    "BatchTypeOrStatusWrong": true,
    "PostedTransExist": true,
    "WrongOriginTransExist": true,
    "AppliedPaymentsExist": true,
    "NoTransactionsExist": true,
    "ValidationMessages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
}