VendorPackageTypePricingApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| deleteVendorPackageTypePricing | DELETE /vendors/{vendor_id}/package-type-pricing/{pricing_id} | |
| getVendorPackageTypePricings | GET /vendors/{vendor_id}/package-type-pricing | |
| setVendorPackageTypePricing | POST /vendors/{vendor_id}/package-type-pricing | |
| updateVendorPackageTypePricing | PUT /vendors/{vendor_id}/package-type-pricing/{pricing_id} |
deleteVendorPackageTypePricing
MessageResponse deleteVendorPackageTypePricing(vendor_id, pricing_id)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| pricing_id | Long | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
getVendorPackageTypePricings
PaginatedResponse_VendorPackageTypePricingResponse getVendorPackageTypePricings(vendor_id, page, per_page)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| page | Integer | [optional] [default to null] | |
| per_page | Integer | [optional] [default to null] |
Return type
PaginatedResponse_VendorPackageTypePricingResponse
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
setVendorPackageTypePricing
MessageResponse setVendorPackageTypePricing(vendor_id, PackageTypePricingRequest)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| PackageTypePricingRequest | PackageTypePricingRequest |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8
updateVendorPackageTypePricing
MessageResponse updateVendorPackageTypePricing(vendor_id, pricing_id, PackageTypePricingRequest)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| pricing_id | Long | [default to null] | |
| PackageTypePricingRequest | PackageTypePricingRequest |
Return type
Authorization
HTTP request headers
- Content-Type: application/json; charset=utf-8
- Accept: application/json; charset=utf-8