Register Check Entity
POST
/api/v0/business-onboarding/reg-check-entityRequest
Body Params application/json
initiatorEntity
string
required
objectId
string
required
Match pattern:
^[ORG]{3}[A-Za-z0-9]{32,32}$
device
object
required
tag
object
required
checkInstitute
object
required
docName
enum<string>
required
Allowed value:
PAN
type
enum<string>
required
Allowed values:
SOLE PROPBOIAOPHUFCOMPANYLLPPARTNERSHIP FIRMTRUSTGOVERNEMNT AGENCYLOCAL AUTHORITYAJP
value
string
required
Match pattern:
^[a-zA-Z0-9]{50}$
registeredName
string
required
>= 1 characters<= 256 characters
Match pattern:
^([^\\\"])*$
Example
{
"initiatorEntity": "string",
"objectId": "string",
"device": {
"tag": {
"name": "GEOCODE",
"value": "string"
}
},
"checkInstitute": {
"docName": "PAN",
"type": "SOLE PROP",
"value": "string",
"registeredName": "string"
}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
payload
string
required
response_code
integer
required
response_message
string
required
Example
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}
Last modified: 3 months ago