{
"initiatorEntity": "string",
"objectId": "string",
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"checkInstitute": {
"docName": "PAN",
"type": "SOLE PROP",
"value": "string",
"registeredName": "string"
}
}
curl --location --request POST '/api/v0/business-onboarding/reg-check-entity' \
--header 'Content-Type: application/json' \
--data-raw '{
"initiatorEntity": "string",
"objectId": "string",
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"checkInstitute": {
"docName": "PAN",
"type": "SOLE PROP",
"value": "string",
"registeredName": "string"
}
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}