Repairy Partner API
  1. Data Structures
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
  1. Data Structures

ServiceCatalog

{
  "_id": "68b83ecb6f736cb5ed433988",
  "workshopId": "66ecc4c1ebfb8b00377f5bfd",
  "code": "basic",
  "title": "Basic Service",
  "category": "service",
  "description": "Essential maintenance and inspection service",
  "order": 1,
  "icon": "basic",
  "color": "cyan",
  "cost": 100,
  "maxCost": 200,
  "dailyLimit": {
    "limit": 3,
    "advanced": true,
    "days": {
        "0": 0,
        "1": 5,
        "4": 5
    }
  },
  "external": {
    "mdJobTypeId": "12023",
    "mdJobTypeTitle": "Basic service",
    "bookingProtectionEnabled": true
  },
  "keywords": [
    "basic",
    "maintenance",
    "inspection",
    "essential"
  ],
  "deleted": false,
  "createdAt": "2025-09-03T13:12:43.989Z",
  "updatedAt": "2025-09-30T11:31:55.122Z"
}
ServiceCatalogItem

Modified at 2025-09-30 23:19:56
Previous
WebhookRequest
Built with