POST api/UBUpdatePayments

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ParameterRequest": {
    "PaymentPeriodCode": "sample string 1",
    "UserName": "sample string 2"
  },
  "UBUpdatePaymentPoco": [
    {
      "AccountInfo": {
        "BOOK_NUM": "sample string 1",
        "ACCT_NUM": "sample string 2",
        "SEQ_NUM": "sample string 3"
      },
      "Payment_Loaded": 1.0
    },
    {
      "AccountInfo": {
        "BOOK_NUM": "sample string 1",
        "ACCT_NUM": "sample string 2",
        "SEQ_NUM": "sample string 3"
      },
      "Payment_Loaded": 1.0
    },
    {
      "AccountInfo": {
        "BOOK_NUM": "sample string 1",
        "ACCT_NUM": "sample string 2",
        "SEQ_NUM": "sample string 3"
      },
      "Payment_Loaded": 1.0
    }
  ]
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Saved": true
}