Skip to Content

VendorPackageTypePricingApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
deleteVendorPackageTypePricingDELETE /vendors/{vendor_id}/package-type-pricing/{pricing_id}
getVendorPackageTypePricingsGET /vendors/{vendor_id}/package-type-pricing
setVendorPackageTypePricingPOST /vendors/{vendor_id}/package-type-pricing
updateVendorPackageTypePricingPUT /vendors/{vendor_id}/package-type-pricing/{pricing_id}

deleteVendorPackageTypePricing

MessageResponse deleteVendorPackageTypePricing(vendor_id, pricing_id)

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
pricing_idLong[default to null]

Return type

MessageResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8

getVendorPackageTypePricings

PaginatedResponse_VendorPackageTypePricingResponse getVendorPackageTypePricings(vendor_id, page, per_page)

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
pageInteger[optional] [default to null]
per_pageInteger[optional] [default to null]

Return type

PaginatedResponse_VendorPackageTypePricingResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8

setVendorPackageTypePricing

MessageResponse setVendorPackageTypePricing(vendor_id, PackageTypePricingRequest)

Parameters

NameTypeDescriptionNotes
vendor_idLong[default to null]
PackageTypePricingRequestPackageTypePricingRequest

Return type

MessageResponse

Authorization

JwtAuthScheme

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

NameTypeDescriptionNotes
vendor_idLong[default to null]
pricing_idLong[default to null]
PackageTypePricingRequestPackageTypePricingRequest

Return type

MessageResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: application/json; charset=utf-8
  • Accept: application/json; charset=utf-8