{
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"institute": {
"objectId": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"name": "string",
"alias": "string",
"defaultB2BId": "string",
"mccCode": "string",
"lei": {
"documentName": "PAN",
"type": "string",
"value": "string",
"registeredName": "string"
},
"primaryBusinessIdentifier": {
"documentName": "string",
"value": "string",
"registeredName": "string"
},
"otherBusinessIdentifiers": [
{
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
}
],
"addresses": [
{
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"country": "INDIA",
"pincode": "string"
}
],
"bankAccounts": [
{
"businessVPA": "string",
"type": "string",
"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"
},
"additionalInfos": [
{
"name": "string",
"value": "string"
}
]
}
curl --location --request POST '/api/v0/business-onboarding/respRegEntity' \
--header 'Content-Type: application/json' \
--data-raw '{
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"institute": {
"objectId": "string",
"objectVersion": {
"currentVersion": 1,
"newVersion": 1
},
"name": "string",
"alias": "string",
"defaultB2BId": "string",
"mccCode": "string",
"lei": {
"documentName": "PAN",
"type": "string",
"value": "string",
"registeredName": "string"
},
"primaryBusinessIdentifier": {
"documentName": "string",
"value": "string",
"registeredName": "string"
},
"otherBusinessIdentifiers": [
{
"documentName": "GSTIN",
"value": "string",
"registeredName": "string"
}
],
"addresses": [
{
"type": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"country": "INDIA",
"pincode": "string"
}
],
"bankAccounts": [
{
"businessVPA": "string",
"type": "string",
"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"
},
"additionalInfos": [
{
"name": "string",
"value": "string"
}
]
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}