Shown below is a sample bharat.connect.business.check
object for Check Business API.
{
"id":"bcbc_k3pbaALyh1CmzTPTOToHywYey",
"object": "bharat_connect.business.check",
"businesses": [
{
"status": "EXISTING", //EXISTING,NEW
"name": "Business Name",
"b2b_ids": [
"zw_b2bid_1730970483a8b539acf65f1279026529",
"zw_b2bid_1730970483a8b539acf65f1211232123"
],
"bbps_business_object_id": "ORG1730970483a8b539acf65f3859174743",
"ai_org_connection": "" //YES,NO
}
]
}
The table below lists the various parameters in the bharat connect business check object.
Parameters | Type | Description |
---|---|---|
id | string | Unique identifier of the check business in the ZWITCH database. Example: bcbc_k3pbaALyh1CmzTPTOToHywYey |
object | string | API object that is returned. Possible value: bharat_connect.business.check |
businesses | array of objects | An array of objects that contain the business details. Learn more about the Businesses child object |
[Child Object] Businesses
The table below lists the various parameters in the businesses
child object. This object is part of the bharat_connect.business.check
object.
Parameters | Type | Description |
---|---|---|
status | string | Status of the business. Possible values:
|
b2b_ids | array of strings | A list of identifiers related to the business. |
bbps_business_object_id | string | The unique identifier passed by the BBPS. |
ai_org_connection | string | The AI org connection status. Possible values:
|