Deliverect · JSON Structure

Crm Api Patch Crm Accountid Customers Crmprofileid Vehicles Structure

Deliverect Update Customer Vehicles

Type: array Properties: 0
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PatchCrmAccountidCustomersCrmprofileidVehicles is a JSON Structure definition published by Deliverect. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliverect/refs/heads/main/json-structure/crm-api-patch-crm-accountid-customers-crmprofileid-vehicles-structure.json",
  "name": "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
      }
    }
  }
}