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

ServiceReminder

{
    "id": "string",
    "code": "string",
    "carId": "string",
    "customerId": "string",
    "workshopId": "string",
    "lastServiceId": "string",
    "lastBookingId": "string",
    "newBookingId": "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"
    },
    "category": "automated",
    "status": "pending",
    "date": "2025-07-03T03:30:00Z",
    "convertedDate": "2025-07-04T00:00:00Z",
    "smsSent": "2025-07-03T03:30:00Z",
    "smsSid": "string",
    "customerPhone": "string",
    "customerEmail": "string",
    "emailSid": "string",
    "emailSent": "2025-07-03T03:30:00Z",
    "createdAt": "2025-07-03T03:30:00Z",
    "updatedAt": "2025-07-04T00:00:00Z"
}
Built with