For the complete documentation index, see llms.txt. This page is also available as Markdown.

API to generate Business and Business Unit

Authentication API for generating

Name
Description

Method Type

Post

Post Parameters (JSON Format)

{ "access_token":"c1763042bb6a1e376a80b26d9db41711b92e6af1", "gstin_number":"05AAAAU6537D1ZO", "eway_userName": "05*********",

"eway_password": "**************"

}

Success Response

{

"message":"Bussiness successfully created","ref_id":"5b07a570742e3dd4418b4567","status":"Success","code":200

}

Error Response

{

"message":"GSTIN must be 15 characters long","ref_id":"","status":"Fail","code":400

}

Last updated