Yelo
  1. Billing
Yelo
  • Acl
    • Create Role
      POST
    • Get Role
      POST
    • Edit Role
      POST
    • Delete Role
      POST
    • Get Role Permissions
      POST
  • Custom PG
    • paymentStatus
      POST
  • CSV Import
    • csv
      POST
  • Menu
    • Add Menu
      POST
    • Get Menu
      POST
  • Notification
    • getCreds
      POST
    • sendCustomPushNotification
      POST
  • Tax
    • delete
      POST
    • edit
      POST
    • get
      POST
    • add
      POST
  • Themes
    • configure
      POST
    • resetTemplate
      POST
    • cloneFeatures
      POST
    • editTemplate
      POST
    • getTemplate
      POST
    • getPagesAndComponents
      POST
    • updateUserTheme
      POST
    • getThemeSemantics
      POST
    • enableTheme
      POST
    • getThemeJson
      POST
    • editTheme
      POST
    • getThemes
      POST
    • forkTheme
      POST
    • getUserTheme
      POST
  • Customer
    • customer Deletion
    • Add Customer
    • customer verifyOtp
    • customerForgotPassword
    • View Customer
    • Customer Details
    • Edit Customer
    • Add Customer Subscription Plan
    • Get Customer Subscriptions List
    • Edit Customer Subscription Plan
    • googleLogin
    • Assign Customer Subscription Plan
    • Customer login
    • getFavLocation
    • Forgot Password
  • Wallet
    • addMoney
    • customer/getWalletTxnHistory
  • Loyality Points
    • Update Loyality Points
    • Reward Loyalty Points
  • City
    • Get City
  • Promo
    • Delete Promo
    • Change Promo Status
    • Edit Promo
    • Add Promo
    • Get Promo
  • Order
    • Order review
    • Get All Orders
    • Get Order Details
    • Create Order
    • Custom Order
    • orderPrepTime
  • Search
    • searchGlobalProduct
    • searchProducts
    • searchGlobalMerchants
  • Marketplace
    • Settings
    • Edit Merchant details
    • Get Banner
    • get Activity Logs
    • marketplaceVendorFacebookLogin
    • Add Debt For Job
    • addMerchant
    • getMerchantList
    • getAccountTranslations
    • getfilter
    • Cancellation reason
  • Task
    • edit task prep time
    • addRemarks
    • getTookanRequest
    • Edit Task
    • Accept Reject Order
    • updateStatus
  • Merchant
    • Add Store Availability
    • Update Store Availability for day
    • Get merchant custom field
    • Edit Store Status
    • Get Store FrontDateSchedule
    • Add Store FrontDateSchedule
    • Update Store FrontDateSchedule
    • Get merchant
    • Merchant settings
    • user_login
  • Catalogue
    • Catagory
      • Add Catalogue
      • Update Catalogue
      • Get Catalogue
      • Get All Catalogues
      • Get Catalogue Products
      • Enable Disable Category wise
      • Delete catalogue
    • Products
      • disable
      • Add product
      • Edit Product
      • delete
      • Disable Products
      • Get product
      • Get All Products
      • Get Products For Category
    • Product Customization
      • Deprecated
        • Get Customization
        • Add Customization
        • Delete Customization
        • Edit Customization
      • Customizations
    • tags
      • Get All tags
      • Get tags Products
  • Business Categories
    • Assign Business Category
    • Get Business Category
    • businessCategory
  • Send SMS
    • Send App Link SMS
  • Admin
    • Edit Order
    • Add Address
    • Get address
    • Delete Address
    • Edit address
    • Admin Detail
  • Billing
    • getPlans
      POST
    • getInvoices
      GET
    • getBillBreakDown
      POST
  • Project
    • get
  • Discount
    • merchant Discount
      • /open/merchant/discount/get
      • merchant/discount/edit
      • merchantDiscount/add
    • Product Discount
      • productDiscount/add
      • product/discount/get
      • product/discount/edit
      • product/discount/delete
  • Store Reviews
    • getStoreAllReviews
  • checkout template
    • template/getCheckoutTemplate
  • Payment
    • activePaymentMethods
    • getPaymentUrl
  1. Billing

getBillBreakDown

POST
/open/get_bill_breakdown
NameTypeDescription
api_keystring(required)Your API-key
marketplace_user_idnumber(required)marketplace_user_id
amountnumberv(required)amount

checkout_templatestring(optional)Checkout Template
customer_addressstring(optional)Customer Address
domain_namestring(optional)Domain Name
dual_user_keynumber(optional)Dual User Key
home_Deliverynumber(optional)2= Home Delivery
[ HOME_DELIVERY : 2,
SELF_PICKUP : 4,
PICK_AND_DROP : 8,
HOME_DELIVERY_SELF_PICKUP : 6,
HOME_DELIVERY_PICK_DROP : 10,
PICK_DROP_SELF_PICKUP : 12,
ALL : 14]
is_app_product_tax_enablednumber(optional)Product Tax Enable -Disable Status
job_pickup_datetimestring(optional)Job Pickup Date And Time
languagestring(optional)Language
latitudenumber(optional)Latitude
Longtitudenumber(optional)Longtitude
marketplace_refrence_idstring(required)Marketplace Refrence Id
productarray(required)Product
user_idnumber(required)User Id
Vendor_idnumber(required)Customer Id

Request

Body Params application/json
object {0}
Example
{
    "api_key": {{api key}},
"amount": 38.7,
"checkout_template": "[]",
"customer_address": "08 Apm Market, Doddathoguru, Electronics City Phase 1, Electronic City, Bengaluru, Karnataka 560100, India",
"domain_name": "gs-trazaar.taxi-hawk.com",
"dual_user_key": 0,
"home_delivery": 1,
"is_app_product_tax_enabled": 1,
"job_pickup_datetime": "2022-03-30T00:08:34.310Z",
"language": "en",
"latitude": 12.8498481,
"longitude": 77.6544856,
"marketplace_reference_id": "5c55faf78b410b90e9ff51d7f6caa77e",
"marketplace_user_id": 10995407,
"user_id": 10995407,
"vendor_id": 32881,
"products": [
    {
 "product_id": 410003, 
"unit_price": 12.9,
"quantity": 3,
 "total_price": 38.7,
  "customizations": []
    }
  ]

}

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/get_bill_breakdown' \
--header 'Content-Type: application/json' \
--data-raw '{
    "api_key": {{api key}},
"amount": 38.7,
"checkout_template": "[]",
"customer_address": "08 Apm Market, Doddathoguru, Electronics City Phase 1, Electronic City, Bengaluru, Karnataka 560100, India",
"domain_name": "gs-trazaar.taxi-hawk.com",
"dual_user_key": 0,
"home_delivery": 1,
"is_app_product_tax_enabled": 1,
"job_pickup_datetime": "2022-03-30T00:08:34.310Z",
"language": "en",
"latitude": 12.8498481,
"longitude": 77.6544856,
"marketplace_reference_id": "5c55faf78b410b90e9ff51d7f6caa77e",
"marketplace_user_id": 10995407,
"user_id": 10995407,
"vendor_id": 32881,
"products": [
    {
 "product_id": 410003, 
"unit_price": 12.9,
"quantity": 3,
 "total_price": 38.7,
  "customizations": []
    }
  ]

}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-04-17 07:11:33
Previous
getInvoices
Next
get
Built with