Repairy Partner API
  1. Schemas
Repairy Partner API
  • Welcome 👋
  • Get Started
  • HTTP Headers
  • Authorization
  • Workshops
  • Bookings
  • Quotes
  • Service Reminder
  • Data Reporting
  • Booking URL
  • Error Codes
  • Technical Support
  • Changelog
  • Webhook
  • Additional Services
  • Service Catalog
  • APIs
    • Authorization
      • Access Token
      • Refresh Token
    • Workshops
      • Availabilities
      • Service Catalog
    • Bookings
      • Booking Request with Service Catalog (beta)
      • Booking Request
      • Booking Information
      • Update Booking Information
      • Update Booking Status
    • Quotes
      • Quote Request
    • Service Reminder
      • Service Reminder Notification
      • Service Reminder Information
    • Data Reporting
      • Partner Report
  • Data Structures
    • AuthResponse
    • Availability
    • CustomAvailability
    • Car
    • Customer
    • Booking
    • BookingUpdateRequest
    • BookingStatusUpdateConfig
    • Quote
    • ServiceHistory
    • ServiceReminder
    • WebhookRequest
    • ServiceCatalog
  • Schemas
    • Schemas
      • WebhookRequest
      • ServiceSelection
      • ServiceCatalogItem
      • Booking
      • BookingUpdateRequest
      • Customer
      • Car
      • Availability
      • CustomAvailability
      • AuthResponse
      • Quote
      • ServiceHistory
      • ServiceReminder
      • BookingStatusUpdateConfig
  1. Schemas

ServiceCatalogItem

{
    "id": "string",
    "workshopId": "string",
    "code": "string",
    "title": "string",
    "category": "string",
    "description": "string",
    "order": 0,
    "icon": "string",
    "color": "string",
    "cost": 0,
    "maxCost": 0,
    "dailyLimit": {
        "limit": 0,
        "advanced": true,
        "days": {
            "0": 0,
            "1": 0,
            "4": 0
        }
    },
    "external": {
        "mdJobTypeId": "string",
        "mdJobTypeTitle": "string",
        "bookingProtectionEnabled": true
    },
    "keywords": [
        "string"
    ],
    "createdAt": "string",
    "updatedAt": "string"
}
Built with