PackageTypesApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| getPackageTypes | GET /package-types | List active package types |
getPackageTypes
PaginatedResponse_PackageTypeResponse getPackageTypes(vendor_id, page, per_page)
List active package types
Retrieves all active package types available in the system with their details and associated images. Optionally filters by vendor to show only package types supported by a specific vendor based on their pricing configurations.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Optional vendor ID to filter package types by vendor support and pricing availability | [optional] [default to null] |
| page | Integer | Page number for pagination (default: 1) | [optional] [default to null] |
| per_page | Integer | Items per page for pagination (default: 20) | [optional] [default to null] |
Return type
PaginatedResponse_PackageTypeResponse
Authorization
No authorization required
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8