Navigation

    SmartAPI Forum
    • Register
    • Login
    • Search
    • Categories
    • Popular
    • Groups
    • FAQs
    • API Docs

    Modify & Cancel Order

    General Discussion
    2
    3
    81
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rishi
      rishi last edited by rishi

      How do we determine the success/failure of this api and of cancel order.
      The modify order API returns the following :
      {
      "data": {
      "orderid": "xyz"
      },
      "message": "SUCCESS",
      "errorcode": "",
      "status": true
      }

      A 1 Reply Last reply Reply Quote 0
      • A
        admin @rishi last edited by

        Hi @rishi You will get the response as below status as true message as success:
        {
        "status":true,
        "message":"SUCCESS",
        "errorcode":"",
        "data":{
        "orderid":"201020000000080"
        }
        }

        rishi 1 Reply Last reply Reply Quote 0
        • rishi
          rishi @admin last edited by

          @admin OK. Thanks.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post