POST api/UbPapReverseTransaction

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "Parameters": {
    "CustomerAccountRange": true,
    "AccountFrom": {
      "BOOK_NUM": "sample string 1",
      "ACCT_NUM": "sample string 2",
      "SEQ_NUM": "sample string 3"
    },
    "AccountTo": {
      "BOOK_NUM": "sample string 1",
      "ACCT_NUM": "sample string 2",
      "SEQ_NUM": "sample string 3"
    },
    "PeriodRange": true,
    "PeriodFrom": "sample string 3",
    "PeriodTo": "sample string 4",
    "TransactionDate": "2024-09-19T05:00:42.1055391-07:00",
    "ServiceCode": "sample string 6",
    "Update": true
  }
}

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"
  },
  "Report": {
    "Period": "sample string 1",
    "TotalRecordsProcessed": 2,
    "TotalAmount": 3.0,
    "TotalAmountReversed": 4.0,
    "TotalAmountNotReversed": 5.0,
    "ReverseDetails": [
      {
        "AccountNumber": "sample string 1",
        "CustomerName": "sample string 2",
        "TransactionDate": "2024-09-19T05:00:42.1055391-07:00",
        "PapAmount": 4.0,
        "TransactionAmount": 5.0,
        "Remarks": "sample string 6"
      },
      {
        "AccountNumber": "sample string 1",
        "CustomerName": "sample string 2",
        "TransactionDate": "2024-09-19T05:00:42.1055391-07:00",
        "PapAmount": 4.0,
        "TransactionAmount": 5.0,
        "Remarks": "sample string 6"
      },
      {
        "AccountNumber": "sample string 1",
        "CustomerName": "sample string 2",
        "TransactionDate": "2024-09-19T05:00:42.1055391-07:00",
        "PapAmount": 4.0,
        "TransactionAmount": 5.0,
        "Remarks": "sample string 6"
      }
    ]
  }
}