Customers Import
Imports one or more customers into the system from an external POS System. POST https://apitest.clearline.me/v2/pos/{posSystemId}/import/customers/company/{posCompanyId}Input request
Input parameters
| Field name | Description |
|---|---|
| customers | Customers block |
| posLocationId | Pos Location Id |
| firstName | Customer first name |
| lastName | Customer last name |
| phone | Customer phone |
| callback | Publicly accessible webhook URL invoked after import completion with the import result payload |