JP position mapping
businessType | DIRECTOR | SHAREHOLDER | SIGNATORY | UBO |
---|---|---|---|---|
PRIVATE_LIMITED_COMPANY | Yes | Yes | Yes | Yes |
PUBLIC_COMPANY | Yes | Yes | Yes | Yes |
- Yes indicates the position is available for the specified
businessType
. - A blank cell indicates the position is not applicable for the specified
businessType
.
You can pass multiple positions in the professionalDetails
array as shown below:
"professionalDetails": [
{
"position": "DIRECTOR"
},
{
"position": "UBO",
"sharePercentage": "50%"
},
{
"position": "SIGNATORY"
}
]
Updated 9 days ago