Deliverect · Schema

PostCrmAccountidCustomersLookup

Deliverect Lookup Customer by Email

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Properties

Name Type Description
email string
View JSON Schema on GitHub

JSON Schema

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