API Reference

Add Dealer

Use this endpoint to add Dealers to your Quicko GST account.

Log in to see full request history

Important Links

Run in Postman   API Guide  


Request Body Example

{ "notes": "Main Contact Person", "scheme": "Regular", "contact": { "mobile": "1234567890", "email": "ceo@doe.com", "@entity": "contact" }, "name": "John Doe Company", "registered": true, "billing_address": { "country": "India", "full_address": "Some Place, India", "type": "Billing", "@entity": "address" }, "gstin": "23AAZCS5793E1ZZ", "display_name": "John Doe", "@entity": "dealer" }
Path Params
string
required

32-bit hex identifier of business entity

Headers
string
required

JWT Authorization token

string
required

Public key required to authorize API access.

string
required
Defaults to 3.5
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json