- Acl
- Custom PG
- CSV Import
- Menu
- Notification
- Tax
- Themes
- Customer
- customer DeletionPOST
- Add CustomerPOST
- customer verifyOtpPOST
- customerForgotPasswordPOST
- View CustomerGET
- Customer DetailsPOST
- Edit CustomerPOST
- Add Customer Subscription PlanPOST
- Get Customer Subscriptions ListPOST
- Edit Customer Subscription PlanPOST
- googleLoginPOST
- Assign Customer Subscription PlanPOST
- Customer loginPOST
- getFavLocationPOST
- Forgot PasswordPOST
- Wallet
- Loyality Points
- City
- Promo
- Order
- Search
- Marketplace
- Task
- Merchant
- Catalogue
- Business Categories
- Send SMS
- Admin
- Billing
- Project
- Discount
- Store Reviews
- checkout template
- Payment
getFavLocation
POST
/open/customer/get_fav_location
Name | Type | Description | |
---|---|---|---|
api_key | string(required) | Your API-key | |
marketplace_user_id | number(required) | marketplace_user_id | |
domain_name | string(optional) | domain Name | |
dual_user_key | number(optional) | Dual User Key | |
language | string(optional) | language Selected By Customer | |
marketpalce_refrence_id | string(required) | Market Place Refrence Id | |
vendor_id | number(optional) | Customer Id | |
Request
Body Params application/json
object {0}
Example
{
"api_key" : {{api key}},
"domain_name" : "gs-trazaar.taxi-hawk.com",
"dual_user_key" : 0,
"language" : "en",
"marketplace_reference_id": "5c55faf78b410b90e9ff51d7f6caa77e",
"marketplace_user_id" : 10995407,
"vendor_id" : 32881
}
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/customer/get_fav_location' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key" : {{api key}},
"domain_name" : "gs-trazaar.taxi-hawk.com",
"dual_user_key" : 0,
"language" : "en",
"marketplace_reference_id": "5c55faf78b410b90e9ff51d7f6caa77e",
"marketplace_user_id" : 10995407,
"vendor_id" : 32881
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33