{
"objectId": "string",
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"respParams": {
"entityInfo": [
{
"name": "string",
"alias": "string",
"state": "string",
"pincode": "string",
"b2bIds": [
{
"value": "string",
"description": "string"
}
]
}
]
},
"onboardingB2BIds": {
"requestorB2BId": "string"
},
"search": {
"criteria": [
{
"searchParameter": "string",
"operator": "EXACT",
"value": "string"
}
]
}
}
curl --location --request POST '/api/v0/business-onboarding/respSearchEntity' \
--header 'Content-Type: application/json' \
--data-raw '{
"objectId": "string",
"resp": {
"reqMsgId": "string",
"result": "string",
"errorCd": "string",
"errorDtl": "string",
"errorField": "string"
},
"respParams": {
"entityInfo": [
{
"name": "string",
"alias": "string",
"state": "string",
"pincode": "string",
"b2bIds": [
{
"value": "string",
"description": "string"
}
]
}
]
},
"onboardingB2BIds": {
"requestorB2BId": "string"
},
"search": {
"criteria": [
{
"searchParameter": "string",
"operator": "EXACT",
"value": "string"
}
]
}
}'
{
"payload": "SUCCESS",
"response_code": 0,
"response_message": "SUCCESS"
}