{
"initiatorEntity": "string",
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"institute": {
"objectId": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"name": "string",
"alias": "string",
"defaultB2BId": "string",
"mccCode": "stri",
"lei": {
"documentName": "PAN",
"type": "SOLE PROP",
"value": "string",
"registeredName": "string"
},
"primaryBusinessIdentifier": {
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
},
"otherBusinessIdentifiers": [
{
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
}
],
"addresses": [
{
"type": "REGISTERED ADDRESS",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "ANDAMAN AND NICOBAR ISLANDS",
"country": "INDIA",
"pincode": "string"
}
],
"bankAccounts": [
{
"businessVPA": "string",
"type": "SAVINGS",
"ifsc": "string",
"acNum": "string",
"beneficiaryName": "string"
}
],
"contactNumbers": [
{
"type": "MOBILE",
"countryCode": "string",
"phoneNumber": "string"
}
],
"emails": [
"string"
],
"cin": "string",
"dins": [
"string"
],
"primaryContactNumber": {
"type": "MOBILE",
"countryCode": "string",
"phoneNumber": "string"
},
"primaryEmail": "string"
}
}
curl --location --request POST '/api/v0/business-onboarding/reg-entity' \
--header 'Content-Type: application/json' \
--data-raw '{
"initiatorEntity": "string",
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"institute": {
"objectId": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"name": "string",
"alias": "string",
"defaultB2BId": "string",
"mccCode": "stri",
"lei": {
"documentName": "PAN",
"type": "SOLE PROP",
"value": "string",
"registeredName": "string"
},
"primaryBusinessIdentifier": {
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
},
"otherBusinessIdentifiers": [
{
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
}
],
"addresses": [
{
"type": "REGISTERED ADDRESS",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "ANDAMAN AND NICOBAR ISLANDS",
"country": "INDIA",
"pincode": "string"
}
],
"bankAccounts": [
{
"businessVPA": "string",
"type": "SAVINGS",
"ifsc": "string",
"acNum": "string",
"beneficiaryName": "string"
}
],
"contactNumbers": [
{
"type": "MOBILE",
"countryCode": "string",
"phoneNumber": "string"
}
],
"emails": [
"string"
],
"cin": "string",
"dins": [
"string"
],
"primaryContactNumber": {
"type": "MOBILE",
"countryCode": "string",
"phoneNumber": "string"
},
"primaryEmail": "string"
}
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}