Deliverect · JSON Structure

Crm Api Post Crm Accountid Customers Lookup Structure

Deliverect Lookup Customer by Email

Type: object Properties: 1 Required: 1
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PostCrmAccountidCustomersLookup is a JSON Structure definition published by Deliverect, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

email

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-post-crm-accountid-customers-lookup-structure.json",
  "name": "PostCrmAccountidCustomersLookup",
  "description": "Deliverect Lookup Customer by Email",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "example": "customer@example.com"
    }
  },
  "required": [
    "email"
  ]
}