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.