POST api/UBCustomerRecodeGetDefaults

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "UBAccountInfo": {
    "BOOK_NUM": "sample string 1",
    "ACCT_NUM": "sample string 2",
    "SEQ_NUM": "sample string 3"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UBCustomerRecode": {
    "FromAccount": {
      "BOOK_NUM": "sample string 1",
      "ACCT_NUM": "sample string 2",
      "SEQ_NUM": "sample string 3"
    },
    "ToAccount": {
      "BOOK_NUM": "sample string 1",
      "ACCT_NUM": "sample string 2",
      "SEQ_NUM": "sample string 3"
    },
    "HasEqualPaymentPlan": true,
    "HasPreauthorizedPlan": true,
    "DoAccountMerge": true,
    "CopyType": "sample string 4",
    "CopyCustomer": true,
    "CopyBillPlan": true,
    "CopyService": true,
    "CopyMeterRead": true,
    "CopyCustomerNote": true,
    "DeleteOldCustomer": true,
    "TransferTransactions": true,
    "CreateMandatoryNotes": true,
    "TransferPapInfo": true,
    "TransferEqpInfo": true,
    "ChangeCustStatusCode": true,
    "NewCustStatusCode": "sample string 16",
    "ChangeCustServiceStatusCode": true,
    "NewCustServiceCode": "sample string 18",
    "ChangeCustomerStartDate": true,
    "NewCustomerStartDate": "2024-09-19T04:55:11.4960851-07:00",
    "AutogeneratePin": true,
    "ShowVadimOpenOptions": true,
    "ReassignPinOnOriginalAcct": true,
    "OriginalAcctPin": "sample string 24",
    "ReassignPinOnToAccount": true,
    "ToAccountPin": "sample string 26",
    "WarningMessages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
}