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": "2025-04-03T21:09:10.1697035-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" ] } }