VendorServiceBookingsApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| cancelVendorBooking | POST /vendors/{vendor_id}/bookings/{booking_id}/cancel | |
| getVendorBooking | GET /vendors/{vendor_id}/bookings/{booking_id} | |
| listVendorBookings | GET /vendors/{vendor_id}/bookings |
cancelVendorBooking
CancellationResponse cancelVendorBooking(vendor_id, booking_id)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| booking_id | Long | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
getVendorBooking
ServiceBookingResponse getVendorBooking(vendor_id, booking_id)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| booking_id | Long | [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8
listVendorBookings
PaginatedResponse_ServiceBookingResponse listVendorBookings(vendor_id, page, per_page, status)
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | [default to null] | |
| page | Integer | [optional] [default to null] | |
| per_page | Integer | [optional] [default to null] | |
| status | String | [optional] [default to null] |
Return type
PaginatedResponse_ServiceBookingResponse
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8