Add Dealer

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

Important Links

Run in Postman   API Guide  


Request Body Example

{
    "notes": "Main Contact Person",
    "scheme": "Regular",
    "contact": {
        "mobile": "1234567890",
        "email": "[email protected]",
        "@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"
}
Language
Click Try It! to start a request and see the response here!