Address
Address and location management
ποΈ Create new address
Create a new address associated with the authenticated user's company.
ποΈ Get company addresses
Returns a paginated list of all addresses associated with the authenticated user's company.
ποΈ Update address
Updates the data of an existing address identified by the '_id' field in the request body.
ποΈ Bulk import addresses from CSV
Import multiple addresses from a CSV file.
ποΈ Get bulk import instructions
Get detailed instructions and notes for bulk address import.
ποΈ Download CSV template for bulk import
Download a CSV template with the correct format for bulk address import.
ποΈ Export addresses to CSV
Generate a CSV file with all company addresses.
ποΈ Create simplified address
Create a new address in a simplified manner using only coordinates and basic data.
ποΈ Update specific address
Updates an existing address identified by its ID. Allows modification of all fields except the ID.
ποΈ Delete address
Delete an existing company address.