Save and Authorize IC Accounts
post
/icCreateAccnt
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(optional):
array accMasterList
IC Accounts
Nested Schema : ICAccountDTO
Type:
Show Source
object
-
acc(optional):
string
Account number
-
accountClass(optional):
string
Account Group
-
accType(optional):
string
Type of Account
-
acOpenDate(optional):
string
Account Open Date
-
bookAcc(optional):
string
Interest Booking account
-
bookBrn(optional):
string
Interest Booking Branch
-
bookCcy(optional):
string
Interest Booking CCY
-
brn(optional):
string
Branch
-
calcAcc(optional):
string
Interest Calculation Account
-
ccy(optional):
string
Interest Calculation Account CCY
-
chargeBookAcc(optional):
string
Charge Book Account
-
chargeBookBrn(optional):
string
Charge Book Branch
-
chargeBookCcy(optional):
string
Charge Book Currency
-
chgStartDate(optional):
string
Charge Start Date
-
childAcc(optional):
string
Child Account Number
-
consolChgAcc(optional):
string
Consol Charge Account
-
custNo(optional):
string
Customer/Entity
-
handoffType(optional):
string
Handoff Type
-
intStartDate(optional):
string
Interest Start Date
-
sourceSystem(optional):
string
Source system invoking the service
-
sourceSystemAcc(optional):
string
Source system Account of invoking the service
-
sourceSystemBrn(optional):
string
Source system Branch of invoking the service
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
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