- Acl
- Custom PG
- CSV Import
- Menu
- Notification
- Tax
- Themes
- Customer
- Wallet
- Loyality Points
- City
- Promo
- Order
- Search
- Marketplace
- Task
- Merchant
- Catalogue
- Business Categories
- Send SMS
- Admin
- Billing
- Project
- Discount
- Store Reviews
- checkout template
- Payment
businessCategory
POST
/open/businessCategory/getCategory
Name | Type | Description | |
---|---|---|---|
api_key | string(required) | Your API-key | |
domain_name | string(optional) | Domain Name | |
marketplace_user_id | string(optional) | Marketplace user Id | |
version | string(optional) | Web,IOS, Android | |
vendor_id | number(optional) | Customer Id | |
latitude | number(optional) | Latitude | |
longitude | number(optional) | Longitude | |
duel_user_id | number(optional) | Duel User Id | |
language | string(optional) | Language Selected By Customer | |
Request
Body Params application/json
object {0}
Example
{
"api_key" : {{api key}},
"domain_name" : "mbeta-betaweb.red",
"marketplace_user_id" : 1234199,
"version" : 2,
"vendor_id" : 5355813,
"latitude" : 26.4962048,
"longitude" : 80.248832,
"dual_user_key" : 0,
"language" : "en"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.yelo.red/open/businessCategory/getCategory' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{api key}},
"domain_name" : "mbeta-betaweb.red",
"marketplace_user_id" : 1234199,
"version" : 2,
"vendor_id" : 5355813,
"latitude" : 26.4962048,
"longitude" : 80.248832,
"dual_user_key" : 0,
"language" : "en"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33