Skip to main content

Business Registration Type

GET

Go To Payout

GEThttp://host/ewallet/api/v1/masterBusinessRegistrationTypes/RHUB/{transactionType}

The Business registration type API is used to fetch the registration type of business customers.

Request Parameter

ParametersInput TypeLengthRequirementDescription
transactionTypeAlphanumeric03MThe harmonized Transaction Type. Fixed default value B2C, B2B, C2C, C2B.

Requirement legend: M = Mandatory · O = Optional · C = Conditional

Request Details

GET /services HTTP/1.0
HOST: XXX.XXX.XXX.XXX:Port
Content-Type: application/json; charset=utf-8
GET http://host/ewallet/api/v1/masterBusinessRegistrationTypes/RHUB/B2B

Response Parameter of Business Registration Type

ParametersData TypeRequirementDescription
transactionIdStringM
requestTimeStringMThis is the requested date and time in the Day Mmm DD HH:MM:SS TIMEZONE YYYY.
responseTimeStringMThis is the response date and time in the Day Mmm DD HH:MM:SS TIMEZONE YYYY.
resultCodeStringMUnique code of the status of the transaction.
resultDescriptionStringMDescription of the status of the transaction.
Nature of Business List
idStringMThe serial number of the record.
codeStringMThe unique code of the record, which will be passed where required.
nameStringMThe nature of the business run by the customer.
statusStringMThe status of the customer.
creationDateStringMThe creation date of the customer in the YYYY-MM-DD <Delimiter> HH:MM:SS.MS TIMEZONE

Requirement legend: M = Mandatory · O = Optional · C = Conditional

Response Details of Business Registration Type

{
"transactionId": "9217696",
"requestTime": "Tue Jan 28 16:15:34 IST 2025",
"responseTime": "Tue Jan 28 16:15:34 IST 2025",
"resultCode": "0",
"resultDescription": "Transaction successful",
"masterBusinessRegistrationTypesList": [
{
"id": 274,
"code": "RHB007",
"name": "BSC",
"status": "Y",
"creationDate": "2025-03-20T16:55:43.831+0530"
},
{
"id": 259,
"code": "RHB002",
"name": "Corporation",
"status": "Y",
"creationDate": "2025-01-15T19:35:15.295+0530"
},
{
"id": 271,
"code": "RHB004",
"name": "Govt. Entity",
"status": "Y",
"creationDate": "2025-03-20T16:55:43.831+0530"
},
{
"id": 258,
"code": "RHB001",
"name": "Partnership",
"status": "Y",
"creationDate": "2025-01-15T19:35:15.295+0530"
},
{
"id": 272,
"code": "RHB005",
"name": "Private ltd",
"status": "Y",
"creationDate": "2025-03-20T16:55:43.831+0530"
},
{
"id": 270,
"code": "RHB003",
"name": "Proprietorship",
"status": "Y",
"creationDate": "2025-03-20T16:55:43.831+0530"
},
{
"id": 273,
"code": "RHB006",
"name": "WLL",
"status": "Y",
"creationDate": "2025-03-20T16:55:43.831+0530"
}
]
}