Yelo
  1. Task
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
      POST
    • addRemarks
      POST
    • getTookanRequest
      POST
    • Edit Task
      POST
    • Accept Reject Order
      POST
    • updateStatus
      POST
  • 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
    • getInvoices
    • getBillBreakDown
  • 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. Task

Edit Task

POST
/open/task/edit
Name Type Description
api_key string Your API-key
marketplace_user_id number marketplace user id
job_id number job id
job_address string(optional) job address
job_pickup_address string(optional) job pickup address
customer_phone string(optional) customer phone
job_description string(optional) job description
job_pickup_datetime string(optional) job pickup date time
order_amount number(optional) order amount
language/td> string(optional) language
job_latitude number(optional) job latitude
job_longitude number(optional) job longitude
job_pickup_latitude/td> number(optional) job pickup latitude
job_pickup_longitude number(optional) job pickup longitude
total_amount number(optional) total amount
products any(optional) products
coupon_discount number(optional) coupon discount
tax number(optional) tax
tip number(optional) tip
currency_symbol string(optional) currency symbol
delivery_charge number(optional) delivery charge
user_type number(optional) For admin enter 2, For merchant enter 3
user_id number(optional) user id
additional_charges number(optional) additional charges
additional_charge_label string(optional) additional charge label
job_delivery_time string(optional) job delivery time
is_laundry_task number(optional) is laundry task

Request

Body Params application/json
object {0}
Example
{

      "api_key"                       : {{apikey}},
      "marketplace_user_id"           : 510001,
      "job_id"                        : 1245555,
      "job_address"                   :  "xyz colony, abc, chandigarh-134109",
      "job_pickup_address"            :  "xyz colony, abc, chandigarh-134108",
      "customer_phone"                : "9898981122",
      "job_description"               : "Deliver on time!",
      "job_pickup_datetime"           : "2021-05-07T09:22Z",
      "order_amount"                  : 100,
      "language"                      : "en",
      "job_latitude"                  : 23.0078201,
      "job_longitude"                 : 88.5428696,
      "job_pickup_latitude"           : 23.0078201,
      "job_pickup_longitude"          : 88.5428696,
      "total_amount"                  : 100,
      "products"                      : 1,
      "coupon_discount"               : 100,
      "tax"                           : 10,   
      "tip"                           : 10,
      "currency_symbol"               : "INR",
      "delivery_charge"               : 10,
      "user_type"                     : 2,
      "user_id"                       : 510001213,
      "additional_charges"            : 5,
      "additional_charge_label"       : "any",
      "job_delivery_time"             : "2021-05-07T09:22Z",
      "is_laundry_task"               : 5
}

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/task/edit' \
--header 'Content-Type: application/json' \
--data-raw '{

      "api_key"                       : {{apikey}},
      "marketplace_user_id"           : 510001,
      "job_id"                        : 1245555,
      "job_address"                   :  "xyz colony, abc, chandigarh-134109",
      "job_pickup_address"            :  "xyz colony, abc, chandigarh-134108",
      "customer_phone"                : "9898981122",
      "job_description"               : "Deliver on time!",
      "job_pickup_datetime"           : "2021-05-07T09:22Z",
      "order_amount"                  : 100,
      "language"                      : "en",
      "job_latitude"                  : 23.0078201,
      "job_longitude"                 : 88.5428696,
      "job_pickup_latitude"           : 23.0078201,
      "job_pickup_longitude"          : 88.5428696,
      "total_amount"                  : 100,
      "products"                      : 1,
      "coupon_discount"               : 100,
      "tax"                           : 10,   
      "tip"                           : 10,
      "currency_symbol"               : "INR",
      "delivery_charge"               : 10,
      "user_type"                     : 2,
      "user_id"                       : 510001213,
      "additional_charges"            : 5,
      "additional_charge_label"       : "any",
      "job_delivery_time"             : "2021-05-07T09:22Z",
      "is_laundry_task"               : 5
}'

Responses

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