Deliverect · Schema

PatchCrmAccountidCustomersCrmprofileidDeliveryaddresses

Deliverect Update Customer Delivery Addresses

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration
View JSON Schema on GitHub

JSON Schema

crm-api-patch-crm-accountid-customers-crmprofileid-deliveryaddresses-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-deliveryaddresses-schema.json",
  "title": "PatchCrmAccountidCustomersCrmprofileidDeliveryaddresses",
  "description": "Deliverect Update Customer Delivery Addresses",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "country": {
        "type": "string",
        "example": "BE"
      },
      "stateOrProvince": {
        "type": "string",
        "example": "string"
      },
      "street": {
        "type": "string",
        "example": "string"
      },
      "postalCode": {
        "type": "string",
        "example": "string"
      },
      "subpremise": {
        "type": "string",
        "example": "string"
      },
      "area": {
        "type": "string",
        "example": "string"
      },
      "coordinates": {
        "type": "array",
        "items": {
          "type": "number",
          "format": "float",
          "example": 1.0
        }
      },
      "default": {
        "type": "boolean",
        "example": true
      },
      "city": {
        "type": "string",
        "example": "string"
      }
    }
  }
}