{
"objectId": "string",
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"instituteStatus": {
"institutes": [
{
"status": "EXISTING",
"multiOrgAllowed": "YES",
"name": "string",
"b2bIds": [
"string"
]
}
]
},
"checkInstitute": {
"docName": "PAN",
"type": "string",
"value": "string",
"registeredName": "string"
}
}
curl --location --request POST '/api/v0/business-onboarding/respCheckEntity' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectId": "string",
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"instituteStatus": {
"institutes": [
{
"status": "EXISTING",
"multiOrgAllowed": "YES",
"name": "string",
"b2bIds": [
"string"
]
}
]
},
"checkInstitute": {
"docName": "PAN",
"type": "string",
"value": "string",
"registeredName": "string"
}
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}