Deliverect · Schema

PatchCrmAccountidCustomersCrmprofileidVehicles

Deliverect Update Customer Vehicles

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration
View JSON Schema on GitHub

JSON Schema

crm-api-patch-crm-accountid-customers-crmprofileid-vehicles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-schema/crm-api-patch-crm-accountid-customers-crmprofileid-vehicles-schema.json",
  "title": "PatchCrmAccountidCustomersCrmprofileidVehicles",
  "description": "Deliverect Update Customer Vehicles",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "make": {
        "type": "string",
        "example": "string"
      },
      "model": {
        "type": "string",
        "example": "string"
      },
      "color": {
        "type": "string",
        "example": "string"
      },
      "default": {
        "type": "boolean",
        "example": true
      }
    }
  }
}