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

Booking

{
    "id": "string",
    "code": "string",
    "carId": "string",
    "customerId": "string",
    "workshopId": "string",
    "externalId": "string",
    "car": {
        "id": "string",
        "customerId": "string",
        "rego": "string",
        "year": 0,
        "make": "string",
        "model": "string",
        "badge": "string",
        "vin": "string"
    },
    "customer": {
        "id": "string",
        "workshopId": "string",
        "name": "string",
        "firstName": "string",
        "lastName": "string",
        "email": "string",
        "phone": "string",
        "company": "string",
        "address": "string",
        "postcode": "string",
        "suburb": "string"
    },
    "status": "pending",
    "date": "2025-11-03T03:30:00Z",
    "serviceCategory": "string",
    "services": [
        {
            "catalogId": "string",
            "catalogCode": "string",
            "title": "string",
            "category": "string",
            "cost": 0,
            "maxCost": 0,
            "icon": "string",
            "color": "string"
        }
    ],
    "pickupTime": "2025-11-03T05:30:00Z",
    "customerCompany": "string",
    "notes": "string",
    "interval": 0,
    "servicePackageType": "tyres",
    "jobNotes": [
        "string"
    ],
    "productNotes": [
        "string"
    ],
    "tyreQuantities": 0,
    "createdAt": "2025-11-03T03:30:00Z",
    "updatedAt": "2025-11-03T03:30:00Z"
}
Built with