Save and authorize IC accounts.
post
/icAccntMaster
This endpoint is used to save and authorize the IC accounts.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for saving IC Accnt
Root Schema : IcAccntMasterDTO
Type:
Show Source
object
-
accMasterList:
array accMasterList
IC Accounts
Nested Schema : ICAccountDTO
Type:
Show Source
object
-
acc:
string
Account number
-
accountClass:
string
Account Group
-
accType:
string
Type of Account
-
acOpenDate:
string
Account Open Date
-
bookAcc:
string
Interest Booking account
-
bookBrn:
string
Interest Booking Branch
-
bookCcy:
string
Interest Booking CCY
-
brn:
string
Branch
-
calcAcc:
string
Interest Calculation Account
-
ccy:
string
Interest Calculation Account CCY
-
chargeBookAcc:
string
Charge Book Account
-
chargeBookBrn:
string
Charge Book Branch
-
chargeBookCcy:
string
Charge Book Currency
-
chgStartDate:
string
Charge Start Date
-
childAcc:
string
Child Account Number
-
consolChgAcc:
string
Consol Charge Account
-
custNo:
string
Customer/Entity
-
handoffType:
string
Handoff Type
-
intStartDate:
string
Interest Start Date
-
sourceSystem:
string
Source system invoking the service
-
sourceSystemAcc:
string
Source system Account of invoking the service
-
sourceSystemBrn:
string
Source system Branch of invoking the service
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Root Schema : IcAccntResponseDTO
Type:
object
IcAccntResponseDTO.
Show Source
-
errors:
array errors
Error Code List
-
warnings:
array warnings
Warning Code List
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error