API Reference
Customers API
Manage customer data and addresses
The Customers API allows you to create, update, and manage customer records. Customers are linked to jobs and include address data for route optimization.
Endpoints
List Customers
/api/customersRetrieve all customers for your company
Get Customer
/api/customers/:idRetrieve a specific customer by ID
Create Customer
/api/customersCreate a new customer record
Update Customer
/api/customers/:idUpdate an existing customer
Delete Customer
/api/customers/:idDelete a customer
Geocode Address
/api/customers/:id/geocodeConvert address to coordinates
Customer Fields
Available fields when creating or updating customers
nameCustomer name (required)addressFull street addresscityCity namezipPostal codephonePhone numberemailEmail addresscontactPersonPrimary contact personnotesInternal notesAddress Geocoding
ManoPlan automatically converts addresses to coordinates for route optimization. Coordinates are stored with the customer record.
Automatic geocoding on create/update
Manual geocoding via API endpoint
Coordinates cached for performance
Best Practices
- Always include a complete address for accurate routing
- Use the externalId field to link with your ERP system
- Verify geocoding results for new customers
- Keep contact information up to date