We suggest the following steps:
-
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"
-
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
-
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 -
POST Data via API.
- Submit Order, for submitting order you have to provide values as per the following properties.