JP position mapping

businessTypeDIRECTORSHAREHOLDERSIGNATORYUBO
PRIVATE_LIMITED_COMPANYYesYesYesYes
PUBLIC_COMPANYYesYesYesYes
  • 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"
    }
]