Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@yurii-bart
Copy link
Contributor

Add Location API V5 Support
Implements full support for Route4Me Location API V5 with LocationManagerV5.
Endpoints Covered:

  • GET /api/v5.0/address-book/locations/combined - Get locations with data and configuration

  • GET /api/v5.0/address-book/locations/list - Get paginated location list

  • GET /api/v5.0/address-book/locations/clustering - Get clustered locations for map visualization

  • GET /api/v5.0/address-book/locations/heatmap - Get heatmap data

  • GET /api/v5.0/address-book/locations/territories - Get territories with location counts

  • GET /api/v5.0/address-book/locations/export/columns - Get available export columns

  • POST /api/v5.0/address-book/locations/export - Export locations to CSV/XLS/XLSX

  • GET /api/v5.0/address-book/locations/types - Get location types

  • GET /api/v5.0/address-book/locations/types/{id} - Get location type by ID

  • POST /api/v5.0/address-book/locations/types - Create location type

  • PUT /api/v5.0/address-book/locations/types/{id} - Update location type

  • DELETE /api/v5.0/address-book/locations/types/{id} - Delete location type

  • All methods integrated directly on Route4MeManagerV5

  • unit tests

  • integration examples with usage patterns

…tion-api-v5

# Conflicts:
#	route4me-csharp-sdk/CHANGELOG.md
#	route4me-csharp-sdk/Route4MeSDKLibrary/Route4MeManagerV5.cs
@r4m-semeyon r4m-semeyon changed the title location v5 support added Locations v5 support added Oct 23, 2025
@r4m-semeyon r4m-semeyon changed the title Locations v5 support added Locations V5 support added Oct 23, 2025
@r4m-semeyon r4m-semeyon merged commit e29baf2 into route4me:master Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants