Add Account
Adds new account to a existing customer record
Request Body required
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
PAN Number of the customer
Product subtype
System generated unique id to identify a manufacturer product/strategy
Unique id to identify customer record
Id to identify primary holder
Name of account
Mode of operation
accountNominee object[]
Type of nominee
Nominee first name
Nominee middle name
Nominee last name
% allocation to nominee
Flag if nominee is minor
Guardian name if nominee is minor
Guardian PAN
Nominee Address
Default value: None
Nominee pincode
Nominee City
Nominee State
Nominee Country
Nominee Pan
Nominee DOB
Nominee Gender
Nominee Relation
Nominee others Relation
Nominee Email Id
Nominee Identification Type
Nominee Identification Value
Nominee Phone Number
Guardian Address
Guardian pincode
Guardian City
Guardian State
Guardian Country
guardian Identification Type
guardian Identification Value
guardian Email Id
jointHolder object[]
Type of nominee
Customer id of the joint holder
PAN number of the joint holder
Relationship with primary holder
customerSourceBy object[]
customerFee object[]
manufacturerFeeRate object
integer
number
trade object required
Investment amount
Mode of payment being used to fund the trade
alliedCompanyInvestment object
customFieldDetails object[]
dematDetails object
type of depository
dp id
dp name
client id
cml file
sipDetails object
- 200
- 422
Successful Response
Schema
- Array [
- ]
errors object[]
Error Type
Error Message
data object
Unique id to identify an account
Unique id to identify trade
{
"reqId": "string",
"errors": [
{
"errorType": "string",
"errorMessage": "string"
}
],
"data": {
"accountId": "string",
"tradeId": "string"
}
}
Validation Error
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}