We suggest the following steps:

  1. Get your key
    {Key} is an encrypted format of credential. - First you have to get the key and used that key in request header for retrieve "Access Token"
    Email Id Get Key
    Password



  2. Generate Access Token
    {Token} is valid for an hour.
    - once your token get expired again you have to generate token.
    - you can get your token by calling "/api/Authenticate" call and you need to provide Key as an authorization header





  3. Call API.
    - Once you Authenticated you need to provide access token as an authorization header for each and every API call you have made - Header: Authorization, bearer {Token} Accept, Application/Xml or Application/Json
    API Request
    Output type 'Accept': 'application/xml'
    'Accept': 'application/json'

  4. POST Data via API.
    - Submit Order, for submitting order you have to provide values as per the following properties.
    IPUUID :
    AdvNumber :
    Amount : (in %)

    Submit Order