Import Customers
POST {{baseUrl}}/customers/import
This endpoint allows you to import customers from an Excel file. Check this Help Desk article for more.
customers.read_write
- Customers Read & Write
Request Body
[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}